Interface GetBucketAccelerateConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetBucketAccelerateConfigurationResponse.Builder,,GetBucketAccelerateConfigurationResponse> S3Response.Builder,SdkBuilder<GetBucketAccelerateConfigurationResponse.Builder,,GetBucketAccelerateConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetBucketAccelerateConfigurationResponse
public static interface GetBucketAccelerateConfigurationResponse.Builder
extends S3Response.Builder, SdkPojo, CopyableBuilder<GetBucketAccelerateConfigurationResponse.Builder,GetBucketAccelerateConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionrequestCharged(String requestCharged) Sets the value of the RequestCharged property for this object.requestCharged(RequestCharged requestCharged) Sets the value of the RequestCharged property for this object.The accelerate configuration of the bucket.status(BucketAccelerateStatus status) The accelerate configuration of the bucket.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.s3.model.S3Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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:
-
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:
-
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
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:
-