@Generated(value="software.amazon.awssdk:codegen") public final class CreateEndpointRequest extends SageMakerRequest implements ToCopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
Modifier and Type | Class and Description |
---|---|
static interface |
CreateEndpointRequest.Builder |
Modifier and Type | Method and Description |
---|---|
static CreateEndpointRequest.Builder |
builder() |
String |
endpointConfigName()
The name of an endpoint configuration.
|
String |
endpointName()
The name of the endpoint.
|
boolean |
equals(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends CreateEndpointRequest.Builder> |
serializableBuilderClass() |
List<Tag> |
tags()
An array of key-value pairs.
|
CreateEndpointRequest.Builder |
toBuilder() |
String |
toString() |
overrideConfiguration
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
copy
public String endpointName()
The name of the endpoint. The name must be unique within an AWS Region in your AWS account.
public String endpointConfigName()
The name of an endpoint configuration. For more information, see CreateEndpointConfig.
public List<Tag> tags()
An array of key-value pairs. For more information, see Using Cost Allocation Tagsin the AWS Billing and Cost Management User Guide.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
public CreateEndpointRequest.Builder toBuilder()
toBuilder
in interface ToCopyableBuilder<CreateEndpointRequest.Builder,CreateEndpointRequest>
toBuilder
in class SageMakerRequest
public static CreateEndpointRequest.Builder builder()
public static Class<? extends CreateEndpointRequest.Builder> serializableBuilderClass()
public <T> Optional<T> getValueForField(String fieldName, Class<T> clazz)
getValueForField
in class SdkRequest
Copyright © 2018. All rights reserved.