public static interface GetImageBlockPublicAccessStateResponse.Builder extends Ec2Response.Builder, SdkPojo, CopyableBuilder<GetImageBlockPublicAccessStateResponse.Builder,GetImageBlockPublicAccessStateResponse>
| Modifier and Type | Method and Description |
|---|---|
GetImageBlockPublicAccessStateResponse.Builder |
imageBlockPublicAccessState(String imageBlockPublicAccessState)
The current state of block public access for AMIs at the account level in the specified Amazon Web Services
Region.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetImageBlockPublicAccessStateResponse.Builder imageBlockPublicAccessState(String imageBlockPublicAccessState)
The current state of block public access for AMIs at the account level in the specified Amazon Web Services Region.
Possible values:
block-new-sharing - Any attempt to publicly share your AMIs in the specified Region is blocked.
unblocked - Your AMIs in the specified Region can be publicly shared.
imageBlockPublicAccessState - The current state of block public access for AMIs at the account level in the specified Amazon Web
Services Region.
Possible values:
block-new-sharing - Any attempt to publicly share your AMIs in the specified Region is
blocked.
unblocked - Your AMIs in the specified Region can be publicly shared.
Copyright © 2023. All rights reserved.