public static interface DescribeEntityResponse.Builder extends MarketplaceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeEntityResponse.Builder |
details(String details)
This stringified JSON object includes the details of the entity.
|
DescribeEntityResponse.Builder |
entityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
|
DescribeEntityResponse.Builder |
entityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of
EntityId@RevisionId. |
DescribeEntityResponse.Builder |
entityType(String entityType)
The named type of the entity, in the format of
EntityType@Version. |
DescribeEntityResponse.Builder |
lastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEntityResponse.Builder entityType(String entityType)
The named type of the entity, in the format of EntityType@Version.
entityType - The named type of the entity, in the format of EntityType@Version.DescribeEntityResponse.Builder entityIdentifier(String entityIdentifier)
The identifier of the entity, in the format of EntityId@RevisionId.
entityIdentifier - The identifier of the entity, in the format of EntityId@RevisionId.DescribeEntityResponse.Builder entityArn(String entityArn)
The ARN associated to the unique identifier for the entity referenced in this request.
entityArn - The ARN associated to the unique identifier for the entity referenced in this request.DescribeEntityResponse.Builder lastModifiedDate(String lastModifiedDate)
The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).
lastModifiedDate - The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).DescribeEntityResponse.Builder details(String details)
This stringified JSON object includes the details of the entity.
details - This stringified JSON object includes the details of the entity.Copyright © 2023. All rights reserved.