public static interface CreateEndpointRequest.Builder extends SageMakerRequest.Builder, 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 |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateEndpointRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
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.
|
build
requestOverrideConfig
copy
apply, build
CreateEndpointRequest.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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.CreateEndpointRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.