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
Modifier and TypeMethodDescriptionmaxResults
(Integer maxResults) The maximum size of each page of results.The name of the private image for which to describe permissions.The pagination token to use to retrieve the next page of results for this operation.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.sharedAwsAccountIds
(String... sharedAwsAccountIds) The 12-digit identifier of one or more AWS accounts with which the image is shared.sharedAwsAccountIds
(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, sdkFields
-
Method Details
-
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
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.
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
DescribeImagePermissionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-