Interface VpcEncryptionNonCompliantResource.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>,SdkBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>,SdkPojo
- Enclosing class:
- VpcEncryptionNonCompliantResource
@Mutable @NotThreadSafe public static interface VpcEncryptionNonCompliantResource.Builder extends SdkPojo, CopyableBuilder<VpcEncryptionNonCompliantResource.Builder,VpcEncryptionNonCompliantResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description VpcEncryptionNonCompliantResource.Builderdescription(String description)A description of the non-compliant resource.VpcEncryptionNonCompliantResource.Builderid(String id)The ID of the non-compliant resource.VpcEncryptionNonCompliantResource.BuilderisExcludable(Boolean isExcludable)Indicates whether the resource can be excluded from encryption enforcement.VpcEncryptionNonCompliantResource.Buildertype(String type)The type of the non-compliant resource.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
id
VpcEncryptionNonCompliantResource.Builder id(String id)
The ID of the non-compliant resource.
- Parameters:
id- The ID of the non-compliant resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
VpcEncryptionNonCompliantResource.Builder type(String type)
The type of the non-compliant resource.
- Parameters:
type- The type of the non-compliant resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
VpcEncryptionNonCompliantResource.Builder description(String description)
A description of the non-compliant resource.
- Parameters:
description- A description of the non-compliant resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
isExcludable
VpcEncryptionNonCompliantResource.Builder isExcludable(Boolean isExcludable)
Indicates whether the resource can be excluded from encryption enforcement.
- Parameters:
isExcludable- Indicates whether the resource can be excluded from encryption enforcement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-