public static interface CreateEndpointRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateEndpointRequest.Builder |
endpointConfigName(String endpointConfigName)
The name of an endpoint configuration.
|
CreateEndpointRequest.Builder |
endpointName(String endpointName)
The name of the endpoint.
|
CreateEndpointRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateEndpointRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateEndpointRequest.Builder |
tags(Collection<Tag> tags)
An array of key-value pairs.
|
CreateEndpointRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs.
|
CreateEndpointRequest.Builder |
tags(Tag... tags)
An array of key-value pairs.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateEndpointRequest.Builder endpointName(String endpointName)
The name of the endpoint. The name must be unique within an AWS Region in your AWS account.
endpointName - The name of the endpoint. The name must be unique within an AWS Region in your AWS account.CreateEndpointRequest.Builder endpointConfigName(String endpointConfigName)
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
endpointConfigName - The name of an endpoint configuration. For more information, see CreateEndpointConfig.CreateEndpointRequest.Builder tags(Collection<Tag> tags)
An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.
tags - An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.CreateEndpointRequest.Builder tags(Tag... tags)
An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.
tags - An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.CreateEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.
This is a convenience that creates an instance of theList.Builder avoiding the need to create
one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its result
is passed to #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) CreateEndpointRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateEndpointRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.