Interface GetAutoManagementConfigurationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAutoManagementConfigurationResponse.Builder,
,GetAutoManagementConfigurationResponse> SdkBuilder<GetAutoManagementConfigurationResponse.Builder,
,GetAutoManagementConfigurationResponse> SdkPojo
,SdkResponse.Builder
,ServiceQuotasResponse.Builder
- Enclosing class:
GetAutoManagementConfigurationResponse
-
Method Summary
Modifier and TypeMethodDescriptionexclusionList
(Map<String, ? extends Collection<QuotaInfo>> 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) Information on the opt-in level for Automatic Management.optInLevel
(OptInLevel optInLevel) Information on the opt-in level for Automatic Management.optInStatus
(String optInStatus) Status on whether Automatic Management is started or stopped.optInStatus
(OptInStatus optInStatus) Status on whether Automatic Management is started or stopped.Information on the opt-in type for Automatic Management.Information on the opt-in type for Automatic Management.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.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.servicequotas.model.ServiceQuotasResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
optInLevel
Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
- Parameters:
optInLevel
- Information on 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
Information on the opt-in level for Automatic Management. Only Amazon Web Services account level is supported.
- Parameters:
optInLevel
- Information on 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
Information on 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
- Information on 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
Information on 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
- Information on 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.
-
optInStatus
Status on whether Automatic Management is started or stopped.
- Parameters:
optInStatus
- Status on whether Automatic Management is started or stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
optInStatus
Status on whether Automatic Management is started or stopped.
- Parameters:
optInStatus
- Status on whether Automatic Management is started or stopped.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
exclusionList
GetAutoManagementConfigurationResponse.Builder exclusionList(Map<String, ? extends Collection<QuotaInfo>> 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.
-