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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
DescribeImagePermissionsResponse.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 that creates an instance of theList.Builder
avoiding
the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #sharedImagePermissionsList(List)
.sharedImagePermissionsList
- a consumer that will call methods on List.Builder
#sharedImagePermissionsList(List)
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 © 2017 Amazon Web Services, Inc. All Rights Reserved.