Interface EnableCapacityManagerResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<EnableCapacityManagerResponse.Builder,EnableCapacityManagerResponse>, Ec2Response.Builder, SdkBuilder<EnableCapacityManagerResponse.Builder,EnableCapacityManagerResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
EnableCapacityManagerResponse

  • Method Details

    • capacityManagerStatus

      EnableCapacityManagerResponse.Builder capacityManagerStatus(String 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

      EnableCapacityManagerResponse.Builder organizationsAccess(Boolean 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.