Interface UpdateSelfUpgradeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateSelfUpgradeRequest.Builder,,UpdateSelfUpgradeRequest> QuickSightRequest.Builder,SdkBuilder<UpdateSelfUpgradeRequest.Builder,,UpdateSelfUpgradeRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
UpdateSelfUpgradeRequest
@Mutable
@NotThreadSafe
public static interface UpdateSelfUpgradeRequest.Builder
extends QuickSightRequest.Builder, SdkPojo, CopyableBuilder<UpdateSelfUpgradeRequest.Builder,UpdateSelfUpgradeRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe action to perform on the self-upgrade request.action(SelfUpgradeAdminAction action) The action to perform on the self-upgrade request.awsAccountId(String awsAccountId) The ID of the Amazon Web Services account that contains the self-upgrade request.The Quick Suite namespace for the self-upgrade request.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.upgradeRequestId(String upgradeRequestId) The ID of the self-upgrade request to update.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
awsAccountId
The ID of the Amazon Web Services account that contains the self-upgrade request.
- Parameters:
awsAccountId- The ID of the Amazon Web Services account that contains the self-upgrade request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespace
The Quick Suite namespace for the self-upgrade request.
- Parameters:
namespace- The Quick Suite namespace for the self-upgrade request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
upgradeRequestId
The ID of the self-upgrade request to update.
- Parameters:
upgradeRequestId- The ID of the self-upgrade request to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
action
The action to perform on the self-upgrade request. Valid values are
APPROVE,DENY, orVERIFY.- Parameters:
action- The action to perform on the self-upgrade request. Valid values areAPPROVE,DENY, orVERIFY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
action
The action to perform on the self-upgrade request. Valid values are
APPROVE,DENY, orVERIFY.- Parameters:
action- The action to perform on the self-upgrade request. Valid values areAPPROVE,DENY, orVERIFY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
overrideConfiguration
UpdateSelfUpgradeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateSelfUpgradeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-