Interface SelfUpgradeConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SelfUpgradeConfiguration.Builder,,SelfUpgradeConfiguration> SdkBuilder<SelfUpgradeConfiguration.Builder,,SelfUpgradeConfiguration> SdkPojo
- Enclosing class:
SelfUpgradeConfiguration
-
Method Summary
Modifier and TypeMethodDescriptionselfUpgradeStatus(String selfUpgradeStatus) Status set for the self-upgrade configuration for the Quick Suite account.selfUpgradeStatus(SelfUpgradeStatus selfUpgradeStatus) Status set for the self-upgrade configuration for the Quick Suite account.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
selfUpgradeStatus
Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:
-
AUTO_APPROVAL: All the self-upgrade requests will be auto approved. -
ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.
- Parameters:
selfUpgradeStatus- Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:-
AUTO_APPROVAL: All the self-upgrade requests will be auto approved. -
ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
selfUpgradeStatus
Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:
-
AUTO_APPROVAL: All the self-upgrade requests will be auto approved. -
ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.
- Parameters:
selfUpgradeStatus- Status set for the self-upgrade configuration for the Quick Suite account. It can contain the following values:-
AUTO_APPROVAL: All the self-upgrade requests will be auto approved. -
ADMIN_APPROVAL: All the self-upgrade requests will require admin approval.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-