Interface DescribeSelfUpgradeConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSelfUpgradeConfigurationResponse.Builder,,DescribeSelfUpgradeConfigurationResponse> QuickSightResponse.Builder,SdkBuilder<DescribeSelfUpgradeConfigurationResponse.Builder,,DescribeSelfUpgradeConfigurationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeSelfUpgradeConfigurationResponse
@Mutable
@NotThreadSafe
public static interface DescribeSelfUpgradeConfigurationResponse.Builder
extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeSelfUpgradeConfigurationResponse.Builder,DescribeSelfUpgradeConfigurationResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Web Services request ID for this operation.selfUpgradeConfiguration(Consumer<SelfUpgradeConfiguration.Builder> selfUpgradeConfiguration) The self-upgrade configuration for the Quick Suite account.selfUpgradeConfiguration(SelfUpgradeConfiguration selfUpgradeConfiguration) The self-upgrade configuration for the Quick Suite account.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
-
selfUpgradeConfiguration
DescribeSelfUpgradeConfigurationResponse.Builder selfUpgradeConfiguration(SelfUpgradeConfiguration selfUpgradeConfiguration) The self-upgrade configuration for the Quick Suite account.
- Parameters:
selfUpgradeConfiguration- The self-upgrade configuration for the Quick Suite account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfUpgradeConfiguration
default DescribeSelfUpgradeConfigurationResponse.Builder selfUpgradeConfiguration(Consumer<SelfUpgradeConfiguration.Builder> selfUpgradeConfiguration) The self-upgrade configuration for the Quick Suite account.
This is a convenience method that creates an instance of theSelfUpgradeConfiguration.Builderavoiding the need to create one manually viaSelfUpgradeConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toselfUpgradeConfiguration(SelfUpgradeConfiguration).- Parameters:
selfUpgradeConfiguration- a consumer that will call methods onSelfUpgradeConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-