Interface DescribeEntityResponse.Builder

All Superinterfaces:
AwsResponse.Builder, Buildable, CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>, MarketplaceCatalogResponse.Builder, SdkBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
DescribeEntityResponse

  • Method Details

    • entityType

      DescribeEntityResponse.Builder entityType(String entityType)

      The named type of the entity, in the format of EntityType@Version.

      Parameters:
      entityType - The named type of the entity, in the format of EntityType@Version.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityIdentifier

      DescribeEntityResponse.Builder entityIdentifier(String entityIdentifier)

      The identifier of the entity, in the format of EntityId@RevisionId.

      Parameters:
      entityIdentifier - The identifier of the entity, in the format of EntityId@RevisionId.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • entityArn

      DescribeEntityResponse.Builder entityArn(String entityArn)

      The ARN associated to the unique identifier for the entity referenced in this request.

      Parameters:
      entityArn - The ARN associated to the unique identifier for the entity referenced in this request.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedDate

      DescribeEntityResponse.Builder lastModifiedDate(String lastModifiedDate)

      The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).

      Parameters:
      lastModifiedDate - The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • details

      This stringified JSON object includes the details of the entity.

      Parameters:
      details - This stringified JSON object includes the details of the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • detailsDocument

      DescribeEntityResponse.Builder detailsDocument(Document detailsDocument)

      The JSON value of the details specific to the entity.

      Parameters:
      detailsDocument - The JSON value of the details specific to the entity.
      Returns:
      Returns a reference to this object so that method calls can be chained together.