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.The name must be unique within an AWS Region in your AWS account.
|
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. The name is
case-insensitive in CreateEndpoint, but the case is preserved and must be matched in .
endpointName - The name of the endpoint.The name must be unique within an AWS Region in your AWS account. The name is
case-insensitive in CreateEndpoint, but the case is preserved and must be matched in .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. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
tags - An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.CreateEndpointRequest.Builder tags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
tags - An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for
example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.CreateEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs. You can use tags to categorize your AWS resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging AWS Resources.
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 © 2021. All rights reserved.