Interface GetBucketAccelerateConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBucketAccelerateConfigurationResponse.Builder,GetBucketAccelerateConfigurationResponse>,S3Response.Builder,SdkBuilder<GetBucketAccelerateConfigurationResponse.Builder,GetBucketAccelerateConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetBucketAccelerateConfigurationResponse
@Mutable @NotThreadSafe public static interface GetBucketAccelerateConfigurationResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<GetBucketAccelerateConfigurationResponse.Builder,GetBucketAccelerateConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetBucketAccelerateConfigurationResponse.BuilderrequestCharged(String requestCharged)Sets the value of the RequestCharged property for this object.GetBucketAccelerateConfigurationResponse.BuilderrequestCharged(RequestCharged requestCharged)Sets the value of the RequestCharged property for this object.GetBucketAccelerateConfigurationResponse.Builderstatus(String status)The accelerate configuration of the bucket.GetBucketAccelerateConfigurationResponse.Builderstatus(BucketAccelerateStatus status)The accelerate configuration of the bucket.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
status
GetBucketAccelerateConfigurationResponse.Builder status(String status)
The accelerate configuration of the bucket.
- Parameters:
status- The accelerate configuration of the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BucketAccelerateStatus,BucketAccelerateStatus
-
status
GetBucketAccelerateConfigurationResponse.Builder status(BucketAccelerateStatus status)
The accelerate configuration of the bucket.
- Parameters:
status- The accelerate configuration of the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
BucketAccelerateStatus,BucketAccelerateStatus
-
requestCharged
GetBucketAccelerateConfigurationResponse.Builder requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.- Parameters:
requestCharged- The new value for the RequestCharged property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestCharged,RequestCharged
-
requestCharged
GetBucketAccelerateConfigurationResponse.Builder requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.- Parameters:
requestCharged- The new value for the RequestCharged property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
RequestCharged,RequestCharged
-
-