Interface ImagePermission.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ImagePermission.Builder,ImagePermission>,SdkBuilder<ImagePermission.Builder,ImagePermission>,SdkPojo
- Enclosing class:
- ImagePermission
public static interface ImagePermission.Builder extends SdkPojo, CopyableBuilder<ImagePermission.Builder,ImagePermission>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ImagePermission.BuildersharedAccountId(String sharedAccountId)The identifier of the Amazon Web Services account that an image has been shared with.-
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 Detail
-
sharedAccountId
ImagePermission.Builder sharedAccountId(String sharedAccountId)
The identifier of the Amazon Web Services account that an image has been shared with.
- Parameters:
sharedAccountId- The identifier of the Amazon Web Services account that an image has been shared with.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-