Interface BatchDescribeUserLimitsRequest.Builder

  • Method Details

    • accountId

      The ID of the Amazon Web Services account that contains the users.

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

      A list of users to describe limits for. Each entry contains a user name and namespace.

      Parameters:
      users - A list of users to describe limits for. Each entry contains a user name and namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      A list of users to describe limits for. Each entry contains a user name and namespace.

      Parameters:
      users - A list of users to describe limits for. Each entry contains a user name and namespace.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • users

      A list of users to describe limits for. Each entry contains a user name and namespace.

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

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

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

      BatchDescribeUserLimitsRequest.Builder resourceTypesWithStrings(Collection<String> resourceTypes)

      An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.

      Parameters:
      resourceTypes - An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypesWithStrings

      BatchDescribeUserLimitsRequest.Builder resourceTypesWithStrings(String... resourceTypes)

      An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.

      Parameters:
      resourceTypes - An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.

      Parameters:
      resourceTypes - An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • resourceTypes

      BatchDescribeUserLimitsRequest.Builder resourceTypes(ResourceType... resourceTypes)

      An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.

      Parameters:
      resourceTypes - An optional filter that limits the results to specific resource types. If you don't specify a value, the operation returns limits for all resource types.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

      BatchDescribeUserLimitsRequest.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.