public static interface DescribeImagePermissionsResponse.Builder extends AppStreamResponse.Builder, SdkPojo, CopyableBuilder<DescribeImagePermissionsResponse.Builder,DescribeImagePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeImagePermissionsResponse.Builder |
name(String name)
The name of the private image.
|
DescribeImagePermissionsResponse.Builder |
nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation.
|
DescribeImagePermissionsResponse.Builder |
sharedImagePermissionsList(Collection<SharedImagePermissions> sharedImagePermissionsList)
The permissions for a private image that you own.
|
DescribeImagePermissionsResponse.Builder |
sharedImagePermissionsList(Consumer<SharedImagePermissions.Builder>... sharedImagePermissionsList)
The permissions for a private image that you own.
|
DescribeImagePermissionsResponse.Builder |
sharedImagePermissionsList(SharedImagePermissions... sharedImagePermissionsList)
The permissions for a private image that you own.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeImagePermissionsResponse.Builder name(String name)
The name of the private image.
name - The name of the private image.DescribeImagePermissionsResponse.Builder sharedImagePermissionsList(Collection<SharedImagePermissions> sharedImagePermissionsList)
The permissions for a private image that you own.
sharedImagePermissionsList - The permissions for a private image that you own.DescribeImagePermissionsResponse.Builder sharedImagePermissionsList(SharedImagePermissions... sharedImagePermissionsList)
The permissions for a private image that you own.
sharedImagePermissionsList - The permissions for a private image that you own.DescribeImagePermissionsResponse.Builder sharedImagePermissionsList(Consumer<SharedImagePermissions.Builder>... sharedImagePermissionsList)
The permissions for a private image that you own.
This is a convenience method that creates an instance of theSharedImagePermissions.Builder avoiding the need to
create one manually via
SharedImagePermissions.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #sharedImagePermissionsList(List.
sharedImagePermissionsList - a consumer that will call methods on
SharedImagePermissions.Builder#sharedImagePermissionsList(java.util.Collection) DescribeImagePermissionsResponse.Builder nextToken(String nextToken)
The pagination token to use to retrieve the next page of results for this operation. If there are no more pages, this value is null.
nextToken - The pagination token to use to retrieve the next page of results for this operation. If there are no
more pages, this value is null.Copyright © 2023. All rights reserved.