Interface DescribeImagePermissionsRequest.Builder
-
- All Superinterfaces:
AppStreamRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<DescribeImagePermissionsRequest.Builder,DescribeImagePermissionsRequest>,SdkBuilder<DescribeImagePermissionsRequest.Builder,DescribeImagePermissionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeImagePermissionsRequest
public static interface DescribeImagePermissionsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagePermissionsRequest.Builder,DescribeImagePermissionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeImagePermissionsRequest.BuildermaxResults(Integer maxResults)The maximum size of each page of results.DescribeImagePermissionsRequest.Buildername(String name)The name of the private image for which to describe permissions.DescribeImagePermissionsRequest.BuildernextToken(String nextToken)The pagination token to use to retrieve the next page of results for this operation.DescribeImagePermissionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeImagePermissionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeImagePermissionsRequest.BuildersharedAwsAccountIds(String... sharedAwsAccountIds)The 12-digit identifier of one or more AWS accounts with which the image is shared.DescribeImagePermissionsRequest.BuildersharedAwsAccountIds(Collection<String> sharedAwsAccountIds)The 12-digit identifier of one or more AWS accounts with which the image is shared.-
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
-
name
DescribeImagePermissionsRequest.Builder name(String name)
The name of the private image for which to describe permissions. The image must be one that you own.
- Parameters:
name- The name of the private image for which to describe permissions. The image must be one that you own.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeImagePermissionsRequest.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.
-
sharedAwsAccountIds
DescribeImagePermissionsRequest.Builder sharedAwsAccountIds(Collection<String> sharedAwsAccountIds)
The 12-digit identifier of one or more AWS accounts with which the image is shared.
- Parameters:
sharedAwsAccountIds- The 12-digit identifier of one or more AWS accounts with which the image is shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sharedAwsAccountIds
DescribeImagePermissionsRequest.Builder sharedAwsAccountIds(String... sharedAwsAccountIds)
The 12-digit identifier of one or more AWS accounts with which the image is shared.
- Parameters:
sharedAwsAccountIds- The 12-digit identifier of one or more AWS accounts with which the image is shared.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeImagePermissionsRequest.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.
-
overrideConfiguration
DescribeImagePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeImagePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-