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
overrideConfigurationMethods 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, sdkFieldsMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.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.
-