Interface DescribeSpendLimitsResponse.Builder

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

  • Method Details

    • spendLimits

      An array of SpendLimit objects that contain the details for the requested spend limits.

      Parameters:
      spendLimits - An array of SpendLimit objects that contain the details for the requested spend limits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spendLimits

      DescribeSpendLimitsResponse.Builder spendLimits(SpendLimit... spendLimits)

      An array of SpendLimit objects that contain the details for the requested spend limits.

      Parameters:
      spendLimits - An array of SpendLimit objects that contain the details for the requested spend limits.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • spendLimits

      An array of SpendLimit objects that contain the details for the requested spend limits.

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

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

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

      The token to be used for the next set of paginated results. If this field is empty then there are no more results.

      Parameters:
      nextToken - The token to be used for the next set of paginated results. If this field is empty then there are no more results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.