Interface MarketplaceModelEndpointSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MarketplaceModelEndpointSummary.Builder,MarketplaceModelEndpointSummary>,SdkBuilder<MarketplaceModelEndpointSummary.Builder,MarketplaceModelEndpointSummary>,SdkPojo
- Enclosing class:
- MarketplaceModelEndpointSummary
@Mutable @NotThreadSafe public static interface MarketplaceModelEndpointSummary.Builder extends SdkPojo, CopyableBuilder<MarketplaceModelEndpointSummary.Builder,MarketplaceModelEndpointSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MarketplaceModelEndpointSummary.BuildercreatedAt(Instant createdAt)The timestamp when the endpoint was created.MarketplaceModelEndpointSummary.BuilderendpointArn(String endpointArn)The Amazon Resource Name (ARN) of the endpoint.MarketplaceModelEndpointSummary.BuildermodelSourceIdentifier(String modelSourceIdentifier)The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.MarketplaceModelEndpointSummary.Builderstatus(String status)The overall status of the endpoint in Amazon Bedrock Marketplace.MarketplaceModelEndpointSummary.Builderstatus(Status status)The overall status of the endpoint in Amazon Bedrock Marketplace.MarketplaceModelEndpointSummary.BuilderstatusMessage(String statusMessage)Additional information about the overall status, if available.MarketplaceModelEndpointSummary.BuilderupdatedAt(Instant updatedAt)The timestamp when the endpoint was last updated.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
endpointArn
MarketplaceModelEndpointSummary.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
- Parameters:
endpointArn- The Amazon Resource Name (ARN) of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelSourceIdentifier
MarketplaceModelEndpointSummary.Builder modelSourceIdentifier(String modelSourceIdentifier)
The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.
- Parameters:
modelSourceIdentifier- The ARN of the model from Amazon Bedrock Marketplace that is deployed on this endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
MarketplaceModelEndpointSummary.Builder status(String status)
The overall status of the endpoint in Amazon Bedrock Marketplace.
-
status
MarketplaceModelEndpointSummary.Builder status(Status status)
The overall status of the endpoint in Amazon Bedrock Marketplace.
-
statusMessage
MarketplaceModelEndpointSummary.Builder statusMessage(String statusMessage)
Additional information about the overall status, if available.
- Parameters:
statusMessage- Additional information about the overall status, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
MarketplaceModelEndpointSummary.Builder createdAt(Instant createdAt)
The timestamp when the endpoint was created.
- Parameters:
createdAt- The timestamp when the endpoint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
MarketplaceModelEndpointSummary.Builder updatedAt(Instant updatedAt)
The timestamp when the endpoint was last updated.
- Parameters:
updatedAt- The timestamp when the endpoint was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-