Interface UpdateTableStorageOptimizerResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateTableStorageOptimizerResponse.Builder,,UpdateTableStorageOptimizerResponse> LakeFormationResponse.Builder,SdkBuilder<UpdateTableStorageOptimizerResponse.Builder,,UpdateTableStorageOptimizerResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateTableStorageOptimizerResponse
public static interface UpdateTableStorageOptimizerResponse.Builder
extends LakeFormationResponse.Builder, SdkPojo, CopyableBuilder<UpdateTableStorageOptimizerResponse.Builder,UpdateTableStorageOptimizerResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionA response indicating the success of failure of the operation.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.lakeformation.model.LakeFormationResponse.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
- 
result
A response indicating the success of failure of the operation.
- Parameters:
 result- A response indicating the success of failure of the operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -