Interface PutObjectLockConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<PutObjectLockConfigurationResponse.Builder,PutObjectLockConfigurationResponse>
,S3Response.Builder
,SdkBuilder<PutObjectLockConfigurationResponse.Builder,PutObjectLockConfigurationResponse>
,SdkPojo
,SdkResponse.Builder
- Enclosing class:
- PutObjectLockConfigurationResponse
public static interface PutObjectLockConfigurationResponse.Builder extends S3Response.Builder, SdkPojo, CopyableBuilder<PutObjectLockConfigurationResponse.Builder,PutObjectLockConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PutObjectLockConfigurationResponse.Builder
requestCharged(String requestCharged)
Sets the value of the RequestCharged property for this object.PutObjectLockConfigurationResponse.Builder
requestCharged(RequestCharged requestCharged)
Sets the value of the RequestCharged property for this object.-
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
-
requestCharged
PutObjectLockConfigurationResponse.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
PutObjectLockConfigurationResponse.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
-
-