Interface DescribeAccountLimitsResponse.Builder

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

  • Method Details

    • accountLimits

      An account limit structure that contain a list of CloudFormation account limits and their values.

      Parameters:
      accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountLimits

      DescribeAccountLimitsResponse.Builder accountLimits(AccountLimit... accountLimits)

      An account limit structure that contain a list of CloudFormation account limits and their values.

      Parameters:
      accountLimits - An account limit structure that contain a list of CloudFormation account limits and their values.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • accountLimits

      An account limit structure that contain a list of CloudFormation account limits and their values.

      This is a convenience method that creates an instance of the AccountLimit.Builder avoiding the need to create one manually via AccountLimit.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to accountLimits(List<AccountLimit>).

      Parameters:
      accountLimits - a consumer that will call methods on AccountLimit.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.

      Parameters:
      nextToken - If the output exceeds 1 MB in size, a string that identifies the next page of limits. If no additional page exists, this value is null.
      Returns:
      Returns a reference to this object so that method calls can be chained together.