Interface CustomDataIdentifierSummary.Builder

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

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

    • arn

      The Amazon Resource Name (ARN) of the custom data identifier.

      Parameters:
      arn - The Amazon Resource Name (ARN) of the custom data identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • createdAt

      The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.

      Parameters:
      createdAt - The date and time, in UTC and extended ISO 8601 format, when the custom data identifier was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • description

      CustomDataIdentifierSummary.Builder description(String description)

      The custom description of the custom data identifier.

      Parameters:
      description - The custom description of the custom data identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • id

      The unique identifier for the custom data identifier.

      Parameters:
      id - The unique identifier for the custom data identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The custom name of the custom data identifier.

      Parameters:
      name - The custom name of the custom data identifier.
      Returns:
      Returns a reference to this object so that method calls can be chained together.