Interface DescribeImagesRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>,SdkBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeImagesRequest
public static interface DescribeImagesRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagesRequest.Builder,DescribeImagesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeImagesRequest.Builderarns(String... arns)The ARNs of the public, private, and shared images to describe.DescribeImagesRequest.Builderarns(Collection<String> arns)The ARNs of the public, private, and shared images to describe.DescribeImagesRequest.BuildermaxResults(Integer maxResults)The maximum size of each page of results.DescribeImagesRequest.Buildernames(String... names)The names of the public or private images to describe.DescribeImagesRequest.Buildernames(Collection<String> names)The names of the public or private images to describe.DescribeImagesRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeImagesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeImagesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeImagesRequest.Buildertype(String type)The type of image (public, private, or shared) to describe.DescribeImagesRequest.Buildertype(VisibilityType type)The type of image (public, private, or shared) to describe.-
Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
names
DescribeImagesRequest.Builder names(Collection<String> names)
The names of the public or private images to describe.
- Parameters:
names- The names of the public or private images to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
DescribeImagesRequest.Builder names(String... names)
The names of the public or private images to describe.
- Parameters:
names- The names of the public or private images to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arns
DescribeImagesRequest.Builder arns(Collection<String> arns)
The ARNs of the public, private, and shared images to describe.
- Parameters:
arns- The ARNs of the public, private, and shared images to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arns
DescribeImagesRequest.Builder arns(String... arns)
The ARNs of the public, private, and shared images to describe.
- Parameters:
arns- The ARNs of the public, private, and shared images to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
DescribeImagesRequest.Builder type(String type)
The type of image (public, private, or shared) to describe.
- Parameters:
type- The type of image (public, private, or shared) to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityType,VisibilityType
-
type
DescribeImagesRequest.Builder type(VisibilityType type)
The type of image (public, private, or shared) to describe.
- Parameters:
type- The type of image (public, private, or shared) to describe.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
VisibilityType,VisibilityType
-
nextToken
DescribeImagesRequest.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.
- Parameters:
nextToken- The pagination token to use to retrieve the next page of results for this operation. If this value is null, it retrieves the first page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeImagesRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
- Parameters:
maxResults- The maximum size of each page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeImagesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeImagesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-