public static interface DescribeImagePermissionsRequest.Builder extends AppStreamRequest.Builder, SdkPojo, CopyableBuilder<DescribeImagePermissionsRequest.Builder,DescribeImagePermissionsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagePermissionsRequest.Builder |
maxResults(Integer maxResults)
The maximum size of each page of results.
|
DescribeImagePermissionsRequest.Builder |
name(String name)
The name of the private image for which to describe permissions.
|
DescribeImagePermissionsRequest.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeImagePermissionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
DescribeImagePermissionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeImagePermissionsRequest.Builder |
sharedAwsAccountIds(Collection<String> sharedAwsAccountIds)
The 12-digit ID of one or more AWS accounts with which the image is shared.
|
DescribeImagePermissionsRequest.Builder |
sharedAwsAccountIds(String... sharedAwsAccountIds)
The 12-digit ID of one or more AWS accounts with which the image is shared.
|
buildoverrideConfigurationcopyapplyMutation, buildDescribeImagePermissionsRequest.Builder name(String name)
The name of the private image for which to describe permissions. The image must be one that you own.
name - The name of the private image for which to describe permissions. The image must be one that you own.DescribeImagePermissionsRequest.Builder maxResults(Integer maxResults)
The maximum size of each page of results.
maxResults - The maximum size of each page of results.DescribeImagePermissionsRequest.Builder sharedAwsAccountIds(Collection<String> sharedAwsAccountIds)
The 12-digit ID of one or more AWS accounts with which the image is shared.
sharedAwsAccountIds - The 12-digit ID of one or more AWS accounts with which the image is shared.DescribeImagePermissionsRequest.Builder sharedAwsAccountIds(String... sharedAwsAccountIds)
The 12-digit ID of one or more AWS accounts with which the image is shared.
sharedAwsAccountIds - The 12-digit ID of one or more AWS accounts with which the image is shared.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.
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.DescribeImagePermissionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.DescribeImagePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.