Interface VpcEncryptionNonCompliantResource.Builder

    • 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.