Interface ContentTypeProfile.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>, SdkBuilder<ContentTypeProfile.Builder,ContentTypeProfile>, SdkPojo
Enclosing class:
ContentTypeProfile

public static interface ContentTypeProfile.Builder extends SdkPojo, CopyableBuilder<ContentTypeProfile.Builder,ContentTypeProfile>
  • Method Details

    • format

      The format for a field-level encryption content type-profile mapping.

      Parameters:
      format - The format for a field-level encryption content type-profile mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • format

      The format for a field-level encryption content type-profile mapping.

      Parameters:
      format - The format for a field-level encryption content type-profile mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • profileId

      ContentTypeProfile.Builder profileId(String profileId)

      The profile ID for a field-level encryption content type-profile mapping.

      Parameters:
      profileId - The profile ID for a field-level encryption content type-profile mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • contentType

      ContentTypeProfile.Builder contentType(String contentType)

      The content type for a field-level encryption content type-profile mapping.

      Parameters:
      contentType - The content type for a field-level encryption content type-profile mapping.
      Returns:
      Returns a reference to this object so that method calls can be chained together.