Interface VpcEncryptionControl.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<VpcEncryptionControl.Builder,,VpcEncryptionControl> SdkBuilder<VpcEncryptionControl.Builder,,VpcEncryptionControl> SdkPojo
- Enclosing class:
VpcEncryptionControl
-
Method Summary
Modifier and TypeMethodDescriptionThe encryption mode for the VPC Encryption Control configuration.mode(VpcEncryptionControlMode mode) The encryption mode for the VPC Encryption Control configuration.default VpcEncryptionControl.BuilderresourceExclusions(Consumer<VpcEncryptionControlExclusions.Builder> resourceExclusions) Information about resource exclusions for the VPC Encryption Control configuration.resourceExclusions(VpcEncryptionControlExclusions resourceExclusions) Information about resource exclusions for the VPC Encryption Control configuration.The current state of the VPC Encryption Control configuration.state(VpcEncryptionControlState state) The current state of the VPC Encryption Control configuration.stateMessage(String stateMessage) A message providing additional information about the encryption control state.tags(Collection<Tag> tags) The tags assigned to the VPC Encryption Control configuration.tags(Consumer<Tag.Builder>... tags) The tags assigned to the VPC Encryption Control configuration.The tags assigned to the VPC Encryption Control configuration.vpcEncryptionControlId(String vpcEncryptionControlId) The ID of the VPC Encryption Control configuration.The ID of the VPC associated with the encryption control configuration.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
vpcId
The ID of the VPC associated with the encryption control configuration.
- Parameters:
vpcId- The ID of the VPC associated with the encryption control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
vpcEncryptionControlId
The ID of the VPC Encryption Control configuration.
- Parameters:
vpcEncryptionControlId- The ID of the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mode
The encryption mode for the VPC Encryption Control configuration.
- Parameters:
mode- The encryption mode for the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
mode
The encryption mode for the VPC Encryption Control configuration.
- Parameters:
mode- The encryption mode for the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the VPC Encryption Control configuration.
- Parameters:
state- The current state of the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
state
The current state of the VPC Encryption Control configuration.
- Parameters:
state- The current state of the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stateMessage
A message providing additional information about the encryption control state.
- Parameters:
stateMessage- A message providing additional information about the encryption control state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceExclusions
Information about resource exclusions for the VPC Encryption Control configuration.
- Parameters:
resourceExclusions- Information about resource exclusions for the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceExclusions
default VpcEncryptionControl.Builder resourceExclusions(Consumer<VpcEncryptionControlExclusions.Builder> resourceExclusions) Information about resource exclusions for the VPC Encryption Control configuration.
This is a convenience method that creates an instance of theVpcEncryptionControlExclusions.Builderavoiding the need to create one manually viaVpcEncryptionControlExclusions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toresourceExclusions(VpcEncryptionControlExclusions).- Parameters:
resourceExclusions- a consumer that will call methods onVpcEncryptionControlExclusions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
tags
The tags assigned to the VPC Encryption Control configuration.
- Parameters:
tags- The tags assigned to the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the VPC Encryption Control configuration.
- Parameters:
tags- The tags assigned to the VPC Encryption Control configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
The tags assigned to the VPC Encryption Control configuration.
This is a convenience method that creates an instance of theTag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totags(List<Tag>).- Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-