Interface CreateLimitsProfileRequest.Builder

  • Method Details

    • accountId

      The ID of the Amazon Web Services account that contains the limits profile.

      Parameters:
      accountId - The ID of the Amazon Web Services account that contains the limits profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileName

      CreateLimitsProfileRequest.Builder profileName(String profileName)

      A display name for the limits profile.

      Parameters:
      profileName - A display name for the limits profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CreateLimitsProfileRequest.Builder description(String description)

      A description for the limits profile.

      Parameters:
      description - A description for the limits profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceLimitsWithStrings

      CreateLimitsProfileRequest.Builder resourceLimitsWithStrings(Map<String,ProfileLimitValue> resourceLimits)

      A map of resource types to their limit values for this profile.

      Parameters:
      resourceLimits - A map of resource types to their limit values for this profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceLimits

      A map of resource types to their limit values for this profile.

      Parameters:
      resourceLimits - A map of resource types to their limit values for this profile.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • clientToken

      CreateLimitsProfileRequest.Builder clientToken(String clientToken)

      A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.

      Parameters:
      clientToken - A unique, case-sensitive identifier to ensure that the operation completes no more than one time. If this token matches a previous request, the service ignores the request, but does not return an error.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      CreateLimitsProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.