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 Amazon Web Services accounts that the image has been shared with.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
imagePermissions(Consumer<ImagePermission.Builder>... imagePermissions)
The identifiers of the Amazon Web Services accounts that the image has been shared with.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
imagePermissions(ImagePermission... imagePermissions)
The identifiers of the Amazon Web Services accounts that the image has been shared with.
|
DescribeWorkspaceImagePermissionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
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 Amazon Web Services accounts that the image has been shared with.
imagePermissions - The identifiers of the Amazon Web Services accounts that the image has been shared with.DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions(ImagePermission... imagePermissions)
The identifiers of the Amazon Web Services accounts that the image has been shared with.
imagePermissions - The identifiers of the Amazon Web Services accounts that the image has been shared with.DescribeWorkspaceImagePermissionsResponse.Builder imagePermissions(Consumer<ImagePermission.Builder>... imagePermissions)
The identifiers of the Amazon Web Services accounts that the image has been shared with.
This is a convenience method that creates an instance of theImagePermission.Builder avoiding the need to create
one manually via ImagePermission.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #imagePermissions(List.
imagePermissions - a consumer that will call methods on
ImagePermission.Builder#imagePermissions(java.util.Collection) DescribeWorkspaceImagePermissionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are no more
results to return.Copyright © 2023. All rights reserved.