Interface ListAliasesRequest.Builder

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

public static interface ListAliasesRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<ListAliasesRequest.Builder,ListAliasesRequest>
  • Method Details

    • imageName

      ListAliasesRequest.Builder imageName(String imageName)

      The name of the image.

      Parameters:
      imageName - The name of the image.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • alias

      The alias of the image version.

      Parameters:
      alias - The alias of the image version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • version

      The version of the image. If image version is not specified, the aliases of all versions of the image are listed.

      Parameters:
      version - The version of the image. If image version is not specified, the aliases of all versions of the image are listed.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • maxResults

      ListAliasesRequest.Builder maxResults(Integer maxResults)

      The maximum number of aliases to return.

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

      ListAliasesRequest.Builder nextToken(String nextToken)

      If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.

      Parameters:
      nextToken - If the previous call to ListAliases didn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • overrideConfiguration

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