public static interface BucketState.Builder extends SdkPojo, CopyableBuilder<BucketState.Builder,BucketState>
| Modifier and Type | Method and Description |
|---|---|
BucketState.Builder |
code(String code)
The state code of the bucket.
|
BucketState.Builder |
message(String message)
A message that describes the state of the bucket.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBucketState.Builder code(String code)
The state code of the bucket.
The following codes are possible:
OK - The bucket is in a running state.
Unknown - Creation of the bucket might have timed-out. You might want to delete the bucket and
create a new one.
code - The state code of the bucket.
The following codes are possible:
OK - The bucket is in a running state.
Unknown - Creation of the bucket might have timed-out. You might want to delete the
bucket and create a new one.
BucketState.Builder message(String message)
A message that describes the state of the bucket.
message - A message that describes the state of the bucket.Copyright © 2023. All rights reserved.