public static interface DescribeWorkspaceImagePermissionsResponse.Builder extends WorkSpacesResponse.Builder, SdkPojo, CopyableBuilder<DescribeWorkspaceImagePermissionsResponse.Builder,DescribeWorkspaceImagePermissionsResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeWorkspaceImagePermissionsResponse.Builder |
imageId(String imageId)
The identifier of the image.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
imagePermissions(Collection<ImagePermission> imagePermissions)
The identifiers of the AWS accounts that the image has been shared with.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
imagePermissions(Consumer<ImagePermission.Builder>... imagePermissions)
The identifiers of the AWS accounts that the image has been shared with.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
imagePermissions(ImagePermission... imagePermissions)
The identifiers of the AWS accounts that the image has been shared with.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeWorkspaceImagePermissionsResponse.Builder imageId(String imageId)
The identifier of the image.
imageId - The identifier of the image.DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions(Collection<ImagePermission> imagePermissions)
The identifiers of the AWS accounts that the image has been shared with.
imagePermissions - The identifiers of the AWS accounts that the image has been shared with.DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions(ImagePermission... imagePermissions)
The identifiers of the AWS accounts that the image has been shared with.
imagePermissions - The identifiers of the AWS accounts that the image has been shared with.DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions(Consumer<ImagePermission.Builder>... imagePermissions)
The identifiers of the AWS accounts that the image has been shared with.
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 #imagePermissions(List) .imagePermissions - a consumer that will call methods on List.Builder #imagePermissions(List) DescribeWorkspaceImagePermissionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next set of results, or null if no more results are available.
nextToken - The token to use to retrieve the next set of results, or null if no more results are available.Copyright © 2021. All rights reserved.