Interface DescribeAccountVpcEncryptionControlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeAccountVpcEncryptionControlResponse.Builder,,DescribeAccountVpcEncryptionControlResponse> Ec2Response.Builder,SdkBuilder<DescribeAccountVpcEncryptionControlResponse.Builder,,DescribeAccountVpcEncryptionControlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeAccountVpcEncryptionControlResponse
@Mutable
@NotThreadSafe
public static interface DescribeAccountVpcEncryptionControlResponse.Builder
extends Ec2Response.Builder, SdkPojo, CopyableBuilder<DescribeAccountVpcEncryptionControlResponse.Builder,DescribeAccountVpcEncryptionControlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountVpcEncryptionControl(Consumer<AccountVpcEncryptionControl.Builder> accountVpcEncryptionControl) Information about the account-level VPC Encryption Control configuration.accountVpcEncryptionControl(AccountVpcEncryptionControl accountVpcEncryptionControl) Information about the account-level VPC Encryption Control configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.ec2.model.Ec2Response.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accountVpcEncryptionControl
DescribeAccountVpcEncryptionControlResponse.Builder accountVpcEncryptionControl(AccountVpcEncryptionControl accountVpcEncryptionControl) Information about the account-level VPC Encryption Control configuration.
- Parameters:
accountVpcEncryptionControl- Information about the account-level VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountVpcEncryptionControl
default DescribeAccountVpcEncryptionControlResponse.Builder accountVpcEncryptionControl(Consumer<AccountVpcEncryptionControl.Builder> accountVpcEncryptionControl) Information about the account-level VPC Encryption Control configuration.
This is a convenience method that creates an instance of theAccountVpcEncryptionControl.Builderavoiding the need to create one manually viaAccountVpcEncryptionControl.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toaccountVpcEncryptionControl(AccountVpcEncryptionControl).- Parameters:
accountVpcEncryptionControl- a consumer that will call methods onAccountVpcEncryptionControl.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-