Interface DisableCapacityManagerResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DisableCapacityManagerResponse.Builder,
,DisableCapacityManagerResponse> Ec2Response.Builder
,SdkBuilder<DisableCapacityManagerResponse.Builder,
,DisableCapacityManagerResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DisableCapacityManagerResponse
@Mutable
@NotThreadSafe
public static interface DisableCapacityManagerResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DisableCapacityManagerResponse.Builder,DisableCapacityManagerResponse>
-
Method Summary
Modifier and TypeMethodDescriptioncapacityManagerStatus
(String capacityManagerStatus) The current status of Capacity Manager after the disable operation.capacityManagerStatus
(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager after the disable operation.organizationsAccess
(Boolean organizationsAccess) Indicates whether Organizations access is enabled.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
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
-
Method Details
-
capacityManagerStatus
The current status of Capacity Manager after the disable operation.
- Parameters:
capacityManagerStatus
- The current status of Capacity Manager after the disable operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
capacityManagerStatus
DisableCapacityManagerResponse.Builder capacityManagerStatus(CapacityManagerStatus capacityManagerStatus) The current status of Capacity Manager after the disable operation.
- Parameters:
capacityManagerStatus
- The current status of Capacity Manager after the disable operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
organizationsAccess
Indicates whether Organizations access is enabled. This will be
false
after disabling Capacity Manager.- Parameters:
organizationsAccess
- Indicates whether Organizations access is enabled. This will befalse
after disabling Capacity Manager.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-