Interface UpdateMarketplaceModelEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockResponse.Builder
,Buildable
,CopyableBuilder<UpdateMarketplaceModelEndpointResponse.Builder,
,UpdateMarketplaceModelEndpointResponse> SdkBuilder<UpdateMarketplaceModelEndpointResponse.Builder,
,UpdateMarketplaceModelEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
UpdateMarketplaceModelEndpointResponse
@Mutable
@NotThreadSafe
public static interface UpdateMarketplaceModelEndpointResponse.Builder
extends BedrockResponse.Builder, SdkPojo, CopyableBuilder<UpdateMarketplaceModelEndpointResponse.Builder,UpdateMarketplaceModelEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmarketplaceModelEndpoint
(Consumer<MarketplaceModelEndpoint.Builder> marketplaceModelEndpoint) Details about the updated endpoint.marketplaceModelEndpoint
(MarketplaceModelEndpoint marketplaceModelEndpoint) Details about the updated endpoint.Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
marketplaceModelEndpoint
UpdateMarketplaceModelEndpointResponse.Builder marketplaceModelEndpoint(MarketplaceModelEndpoint marketplaceModelEndpoint) Details about the updated endpoint.
- Parameters:
marketplaceModelEndpoint
- Details about the updated endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
marketplaceModelEndpoint
default UpdateMarketplaceModelEndpointResponse.Builder marketplaceModelEndpoint(Consumer<MarketplaceModelEndpoint.Builder> marketplaceModelEndpoint) Details about the updated endpoint.
This is a convenience method that creates an instance of theMarketplaceModelEndpoint.Builder
avoiding the need to create one manually viaMarketplaceModelEndpoint.builder()
.When the
Consumer
completes,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:
-