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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAliasesRequest.Builderalias(String alias)The alias of the image version.ListAliasesRequest.BuilderimageName(String imageName)The name of the image.ListAliasesRequest.BuildermaxResults(Integer maxResults)The maximum number of aliases to return.ListAliasesRequest.BuildernextToken(String nextToken)If the previous call toListAliasesdidn't return the full set of aliases, the call returns a token for retrieving the next set of aliases.ListAliasesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAliasesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAliasesRequest.Builderversion(Integer version)The version of the image.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
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
ListAliasesRequest.Builder alias(String 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
ListAliasesRequest.Builder version(Integer 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
ListAliasesdidn'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 toListAliasesdidn'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)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAliasesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-