public class UpdateBucketConfigOptions
extends com.ibm.cloud.sdk.core.service.model.GenericModel
| Modifier and Type | Class and Description |
|---|---|
static class |
UpdateBucketConfigOptions.Builder
Builder.
|
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
bucket |
protected java.util.Map<java.lang.String,java.lang.Object> |
bucketPatch |
protected java.lang.String |
ifMatch |
| Modifier | Constructor and Description |
|---|---|
protected |
UpdateBucketConfigOptions() |
protected |
UpdateBucketConfigOptions(UpdateBucketConfigOptions.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
bucket()
Gets the bucket.
|
java.util.Map<java.lang.String,java.lang.Object> |
bucketPatch()
Gets the bucketPatch.
|
java.lang.String |
ifMatch()
Gets the ifMatch.
|
UpdateBucketConfigOptions.Builder |
newBuilder()
New builder.
|
protected java.lang.String bucket
protected java.util.Map<java.lang.String,java.lang.Object> bucketPatch
protected java.lang.String ifMatch
protected UpdateBucketConfigOptions()
protected UpdateBucketConfigOptions(UpdateBucketConfigOptions.Builder builder)
public UpdateBucketConfigOptions.Builder newBuilder()
public java.lang.String bucket()
public java.util.Map<java.lang.String,java.lang.Object> bucketPatch()
public java.lang.String ifMatch()
Copyright © 2025. All rights reserved.