Interface DescribeEntityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>,MarketplaceCatalogResponse.Builder,SdkBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeEntityResponse
public static interface DescribeEntityResponse.Builder extends MarketplaceCatalogResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntityResponse.Builder,DescribeEntityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeEntityResponse.Builderdetails(String details)This stringified JSON object includes the details of the entity.DescribeEntityResponse.BuilderdetailsDocument(Document detailsDocument)The JSON value of the details specific to the entity.DescribeEntityResponse.BuilderentityArn(String entityArn)The ARN associated to the unique identifier for the entity referenced in this request.DescribeEntityResponse.BuilderentityIdentifier(String entityIdentifier)The identifier of the entity, in the format ofEntityId@RevisionId.DescribeEntityResponse.BuilderentityType(String entityType)The named type of the entity, in the format ofEntityType@Version.DescribeEntityResponse.BuilderlastModifiedDate(String lastModifiedDate)The last modified date of the entity, in ISO 8601 format (2018-02-27T13:45:22Z).-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.marketplacecatalog.model.MarketplaceCatalogResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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 ofEntityType@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 ofEntityId@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
DescribeEntityResponse.Builder details(String 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.
-
-