Interface GetMarketplaceModelEndpointRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockRequest.Builder,Buildable,CopyableBuilder<GetMarketplaceModelEndpointRequest.Builder,GetMarketplaceModelEndpointRequest>,SdkBuilder<GetMarketplaceModelEndpointRequest.Builder,GetMarketplaceModelEndpointRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetMarketplaceModelEndpointRequest
@Mutable @NotThreadSafe public static interface GetMarketplaceModelEndpointRequest.Builder extends BedrockRequest.Builder, SdkPojo, CopyableBuilder<GetMarketplaceModelEndpointRequest.Builder,GetMarketplaceModelEndpointRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetMarketplaceModelEndpointRequest.BuilderendpointArn(String endpointArn)The Amazon Resource Name (ARN) of the endpoint you want to get information about.GetMarketplaceModelEndpointRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetMarketplaceModelEndpointRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrock.model.BedrockRequest.Builder
build
-
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
GetMarketplaceModelEndpointRequest.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint you want to get information about.
- Parameters:
endpointArn- The Amazon Resource Name (ARN) of the endpoint you want to get information about.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetMarketplaceModelEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetMarketplaceModelEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-