Interface UpdateSpiceCapacityConfigurationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<UpdateSpiceCapacityConfigurationResponse.Builder,,UpdateSpiceCapacityConfigurationResponse> QuickSightResponse.Builder,SdkBuilder<UpdateSpiceCapacityConfigurationResponse.Builder,,UpdateSpiceCapacityConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 UpdateSpiceCapacityConfigurationResponse
@Mutable
@NotThreadSafe
public static interface UpdateSpiceCapacityConfigurationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateSpiceCapacityConfigurationResponse.Builder,UpdateSpiceCapacityConfigurationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services request ID for this operation.The HTTP status of the request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
requestId
The Amazon Web Services request ID for this operation.
- Parameters:
 requestId- The Amazon Web Services request ID for this operation.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
status
The HTTP status of the request.
- Parameters:
 status- The HTTP status of the request.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -