Interface ListProfilesRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>, SdkBuilder<ListProfilesRequest.Builder,ListProfilesRequest>, SdkPojo, SdkRequest.Builder, TransferRequest.Builder
Enclosing class:
ListProfilesRequest

public static interface ListProfilesRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListProfilesRequest.Builder,ListProfilesRequest>
  • Method Details

    • maxResults

      ListProfilesRequest.Builder maxResults(Integer maxResults)

      The maximum number of profiles to return.

      Parameters:
      maxResults - The maximum number of profiles to return.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • nextToken

      ListProfilesRequest.Builder nextToken(String nextToken)

      When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListProfiles to continue listing results.

      Parameters:
      nextToken - When there are additional results that were not returned, a NextToken parameter is returned. You can use that value for a subsequent call to ListProfiles to continue listing results.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • profileType

      ListProfilesRequest.Builder profileType(String profileType)

      Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.

      Parameters:
      profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • profileType

      ListProfilesRequest.Builder profileType(ProfileType profileType)

      Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.

      Parameters:
      profileType - Indicates whether to list only LOCAL type profiles or only PARTNER type profiles. If not supplied in the request, the command lists all types of profiles.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • overrideConfiguration

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