Interface EnableSnapshotBlockPublicAccessResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<EnableSnapshotBlockPublicAccessResponse.Builder,
,EnableSnapshotBlockPublicAccessResponse> Ec2Response.Builder
,SdkBuilder<EnableSnapshotBlockPublicAccessResponse.Builder,
,EnableSnapshotBlockPublicAccessResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
EnableSnapshotBlockPublicAccessResponse
public static interface EnableSnapshotBlockPublicAccessResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<EnableSnapshotBlockPublicAccessResponse.Builder,EnableSnapshotBlockPublicAccessResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe state of block public access for snapshots for the account and Region.The state of block public access for snapshots for the account and Region.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
state
The state of block public access for snapshots for the account and Region. Returns either
block-all-sharing
orblock-new-sharing
if the request succeeds.- Parameters:
state
- The state of block public access for snapshots for the account and Region. Returns eitherblock-all-sharing
orblock-new-sharing
if the request succeeds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The state of block public access for snapshots for the account and Region. Returns either
block-all-sharing
orblock-new-sharing
if the request succeeds.- Parameters:
state
- The state of block public access for snapshots for the account and Region. Returns eitherblock-all-sharing
orblock-new-sharing
if the request succeeds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-