Interface UpdateAutoManagementRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateAutoManagementRequest.Builder,
,UpdateAutoManagementRequest> SdkBuilder<UpdateAutoManagementRequest.Builder,
,UpdateAutoManagementRequest> SdkPojo
,SdkRequest.Builder
,ServiceQuotasRequest.Builder
- Enclosing class:
UpdateAutoManagementRequest
@Mutable
@NotThreadSafe
public static interface UpdateAutoManagementRequest.Builder
extends ServiceQuotasRequest.Builder, SdkPojo, CopyableBuilder<UpdateAutoManagementRequest.Builder,UpdateAutoManagementRequest>
-
Method Summary
Modifier and TypeMethodDescriptionexclusionList
(Map<String, ? extends Collection<String>> exclusionList) List of Amazon Web Services services you want to exclude from Automatic Management.notificationArn
(String notificationArn) The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications you want to update.Information on the opt-in type for your Automatic Management configuration.Information on the opt-in type for your Automatic Management configuration.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
-
optInType
Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
- Parameters:
optInType
- Information on the opt-in type for your Automatic Management configuration. 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
Information on the opt-in type for your Automatic Management configuration. There are two modes: Notify only and Notify and Auto-Adjust. Currently, only NotifyOnly is available.
- Parameters:
optInType
- Information on the opt-in type for your Automatic Management configuration. 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 you want to update.
- Parameters:
notificationArn
- The User Notifications Amazon Resource Name (ARN) for Automatic Management notifications you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exclusionList
UpdateAutoManagementRequest.Builder exclusionList(Map<String, ? extends Collection<String>> exclusionList) List of Amazon Web Services services you want to exclude 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 you want to exclude 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
UpdateAutoManagementRequest.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
UpdateAutoManagementRequest.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.
-