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