Uses of Interface
software.amazon.awssdk.services.ec2.model.VpcEncryptionControl.Builder
Packages that use VpcEncryptionControl.Builder
-
Uses of VpcEncryptionControl.Builder in software.amazon.awssdk.services.ec2.model
Methods in software.amazon.awssdk.services.ec2.model that return VpcEncryptionControl.BuilderModifier and TypeMethodDescriptionstatic VpcEncryptionControl.BuilderVpcEncryptionControl.builder()The encryption mode for the VPC Encryption Control configuration.VpcEncryptionControl.Builder.mode(VpcEncryptionControlMode mode) The encryption mode for the VPC Encryption Control configuration.default VpcEncryptionControl.BuilderVpcEncryptionControl.Builder.resourceExclusions(Consumer<VpcEncryptionControlExclusions.Builder> resourceExclusions) Information about resource exclusions for the VPC Encryption Control configuration.VpcEncryptionControl.Builder.resourceExclusions(VpcEncryptionControlExclusions resourceExclusions) Information about resource exclusions for the VPC Encryption Control configuration.The current state of the VPC Encryption Control configuration.VpcEncryptionControl.Builder.state(VpcEncryptionControlState state) The current state of the VPC Encryption Control configuration.VpcEncryptionControl.Builder.stateMessage(String stateMessage) A message providing additional information about the encryption control state.VpcEncryptionControl.Builder.tags(Collection<Tag> tags) The tags assigned to the VPC Encryption Control configuration.VpcEncryptionControl.Builder.tags(Consumer<Tag.Builder>... tags) The tags assigned to the VPC Encryption Control configuration.The tags assigned to the VPC Encryption Control configuration.VpcEncryptionControl.toBuilder()VpcEncryptionControl.Builder.vpcEncryptionControlId(String vpcEncryptionControlId) The ID of the VPC Encryption Control configuration.The ID of the VPC associated with the encryption control configuration.Methods in software.amazon.awssdk.services.ec2.model that return types with arguments of type VpcEncryptionControl.BuilderModifier and TypeMethodDescriptionstatic Class<? extends VpcEncryptionControl.Builder>VpcEncryptionControl.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.ec2.model with type arguments of type VpcEncryptionControl.BuilderModifier and TypeMethodDescriptiondefault Vpc.BuilderVpc.Builder.encryptionControl(Consumer<VpcEncryptionControl.Builder> encryptionControl) Sets the value of the EncryptionControl property for this object.CreateVpcEncryptionControlResponse.Builder.vpcEncryptionControl(Consumer<VpcEncryptionControl.Builder> vpcEncryptionControl) Information about the VPC Encryption Control configuration.DeleteVpcEncryptionControlResponse.Builder.vpcEncryptionControl(Consumer<VpcEncryptionControl.Builder> vpcEncryptionControl) Information about the deleted VPC Encryption Control configuration.ModifyVpcEncryptionControlResponse.Builder.vpcEncryptionControl(Consumer<VpcEncryptionControl.Builder> vpcEncryptionControl) Information about the VPC Encryption Control configuration.