Interface StartAutoManagementRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartAutoManagementRequest.Builder,
,StartAutoManagementRequest> SdkBuilder<StartAutoManagementRequest.Builder,
,StartAutoManagementRequest> SdkPojo
,SdkRequest.Builder
,ServiceQuotasRequest.Builder
- Enclosing class:
StartAutoManagementRequest
-
Method Summary
Modifier and TypeMethodDescriptionexclusionList
(Map<String, ? extends Collection<String>> exclusionList) List of Amazon Web Services services excluded from Automatic Management.notificationArn
(String notificationArn) The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.optInLevel
(String optInLevel) Sets the opt-in level for Automatic Management.optInLevel
(OptInLevel optInLevel) Sets the opt-in level for Automatic Management.Sets the opt-in type for Automatic Management.Sets the opt-in type for Automatic Management.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasRequest.Builder
build
-
Method Details
-
optInLevel
Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
- Parameters:
optInLevel
- Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optInLevel
Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
- Parameters:
optInLevel
- Sets the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optInType
Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
- Parameters:
optInType
- Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optInType
Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
- Parameters:
optInType
- Sets the opt-in type for Automatic Management. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
notificationArn
The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.
- Parameters:
notificationArn
- The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionList
StartAutoManagementRequest.Builder exclusionList(Map<String, ? extends Collection<String>> exclusionList) List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.
- Parameters:
exclusionList
- List of Amazon Web Services services excluded from Automatic Management. You won't be notified of Service Quotas utilization for Amazon Web Services services added to the Automatic Management exclusion list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartAutoManagementRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartAutoManagementRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-