public static interface CreateEndpointRequest.Builder extends SageMakerRequest.Builder, SdkPojo, CopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateEndpointRequest.Builder |
deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
Sets the value of the DeploymentConfig property for this object.
|
CreateEndpointRequest.Builder |
deploymentConfig(DeploymentConfig deploymentConfig)
Sets the value of the DeploymentConfig property for this object.
|
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 Amazon Web Services Region in your Amazon Web
Services 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 Amazon Web Services Region in your Amazon Web
Services 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 Amazon Web Services Region in your Amazon
Web Services 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 deploymentConfig(DeploymentConfig deploymentConfig)
deploymentConfig - The new value for the DeploymentConfig property for this object.default CreateEndpointRequest.Builder deploymentConfig(Consumer<DeploymentConfig.Builder> deploymentConfig)
DeploymentConfig.Builder avoiding the
need to create one manually via DeploymentConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to deploymentConfig(DeploymentConfig).deploymentConfig - a consumer that will call methods on DeploymentConfig.BuilderdeploymentConfig(DeploymentConfig)CreateEndpointRequest.Builder tags(Collection<Tag> tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.CreateEndpointRequest.Builder tags(Tag... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
tags - An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in
different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services
Resources.CreateEndpointRequest.Builder tags(Consumer<Tag.Builder>... tags)
An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.
This is a convenience method 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 © 2022. All rights reserved.