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
Modifier and TypeMethodDescriptiondescription(String description) A description of the non-compliant resource.The ID of the non-compliant resource.isExcludable(Boolean isExcludable) Indicates whether the resource can be excluded from encryption enforcement.The type of the non-compliant resource.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
-
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
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
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
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.
-