Interface GetMarketplaceModelEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockResponse.Builder,Buildable,CopyableBuilder<GetMarketplaceModelEndpointResponse.Builder,,GetMarketplaceModelEndpointResponse> SdkBuilder<GetMarketplaceModelEndpointResponse.Builder,,GetMarketplaceModelEndpointResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetMarketplaceModelEndpointResponse
@Mutable
@NotThreadSafe
public static interface GetMarketplaceModelEndpointResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<GetMarketplaceModelEndpointResponse.Builder,GetMarketplaceModelEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmarketplaceModelEndpoint(Consumer<MarketplaceModelEndpoint.Builder> marketplaceModelEndpoint) Details about the requested endpoint.marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint) Details about the requested endpoint.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marketplaceModelEndpoint
GetMarketplaceModelEndpointResponse.Builder marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint) Details about the requested endpoint.
- Parameters:
marketplaceModelEndpoint- Details about the requested endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketplaceModelEndpoint
default GetMarketplaceModelEndpointResponse.Builder marketplaceModelEndpoint(Consumer<MarketplaceModelEndpoint.Builder> marketplaceModelEndpoint) Details about the requested endpoint.
This is a convenience method that creates an instance of theMarketplaceModelEndpoint.Builderavoiding the need to create one manually viaMarketplaceModelEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomarketplaceModelEndpoint(MarketplaceModelEndpoint).- Parameters:
marketplaceModelEndpoint- a consumer that will call methods onMarketplaceModelEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-