public static interface Endpoint.Builder extends SdkPojo, CopyableBuilder<Endpoint.Builder,Endpoint>
| Modifier and Type | Method and Description |
|---|---|
Endpoint.Builder |
creationTime(Instant creationTime)
The time that the endpoint was created.
|
default Endpoint.Builder |
dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Endpoint.Builder |
dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
Sets the value of the DataCaptureConfig property for this object.
|
Endpoint.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
Endpoint.Builder |
endpointConfigName(String endpointConfigName)
The endpoint configuration associated with the endpoint.
|
Endpoint.Builder |
endpointName(String endpointName)
The name of the endpoint.
|
Endpoint.Builder |
endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
|
Endpoint.Builder |
endpointStatus(String endpointStatus)
The status of the endpoint.
|
Endpoint.Builder |
failureReason(String failureReason)
If the endpoint failed, the reason it failed.
|
Endpoint.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
|
Endpoint.Builder |
monitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
monitoringSchedules(Consumer<MonitoringSchedule.Builder>... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
monitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint.
|
Endpoint.Builder |
productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint.
|
Endpoint.Builder |
tags(Collection<Tag> tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the endpoint.
|
Endpoint.Builder |
tags(Tag... tags)
A list of the tags associated with the endpoint.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEndpoint.Builder endpointName(String endpointName)
The name of the endpoint.
endpointName - The name of the endpoint.Endpoint.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn - The Amazon Resource Name (ARN) of the endpoint.Endpoint.Builder endpointConfigName(String endpointConfigName)
The endpoint configuration associated with the endpoint.
endpointConfigName - The endpoint configuration associated with the endpoint.Endpoint.Builder productionVariants(Collection<ProductionVariantSummary> productionVariants)
A list of the production variants hosted on the endpoint. Each production variant is a model.
productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.Endpoint.Builder productionVariants(ProductionVariantSummary... productionVariants)
A list of the production variants hosted on the endpoint. Each production variant is a model.
productionVariants - A list of the production variants hosted on the endpoint. Each production variant is a model.Endpoint.Builder productionVariants(Consumer<ProductionVariantSummary.Builder>... productionVariants)
A list of the production variants hosted on the endpoint. Each production variant is a model.
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 #productionVariants(List) .productionVariants - a consumer that will call methods on List.Builder #productionVariants(List) Endpoint.Builder dataCaptureConfig(DataCaptureConfigSummary dataCaptureConfig)
dataCaptureConfig - The new value for the DataCaptureConfig property for this object.default Endpoint.Builder dataCaptureConfig(Consumer<DataCaptureConfigSummary.Builder> dataCaptureConfig)
DataCaptureConfigSummary.Builder avoiding the
need to create one manually via DataCaptureConfigSummary.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to dataCaptureConfig(DataCaptureConfigSummary).dataCaptureConfig - a consumer that will call methods on DataCaptureConfigSummary.BuilderdataCaptureConfig(DataCaptureConfigSummary)Endpoint.Builder endpointStatus(String endpointStatus)
The status of the endpoint.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusEndpoint.Builder endpointStatus(EndpointStatus endpointStatus)
The status of the endpoint.
endpointStatus - The status of the endpoint.EndpointStatus,
EndpointStatusEndpoint.Builder failureReason(String failureReason)
If the endpoint failed, the reason it failed.
failureReason - If the endpoint failed, the reason it failed.Endpoint.Builder creationTime(Instant creationTime)
The time that the endpoint was created.
creationTime - The time that the endpoint was created.Endpoint.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
lastModifiedTime - The last time the endpoint was modified.Endpoint.Builder monitoringSchedules(Collection<MonitoringSchedule> monitoringSchedules)
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model
Monitor.Endpoint.Builder monitoringSchedules(MonitoringSchedule... monitoringSchedules)
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
monitoringSchedules - A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model
Monitor.Endpoint.Builder monitoringSchedules(Consumer<MonitoringSchedule.Builder>... monitoringSchedules)
A list of monitoring schedules for the endpoint. For information about model monitoring, see Amazon SageMaker Model Monitor.
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 #monitoringSchedules(List) .monitoringSchedules - a consumer that will call methods on List.Builder #monitoringSchedules(List) Endpoint.Builder tags(Collection<Tag> tags)
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.Endpoint.Builder tags(Tag... tags)
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference Guide.
tags - A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services
resources in the Amazon Web Services General Reference Guide.Endpoint.Builder tags(Consumer<Tag.Builder>... tags)
A list of the tags associated with the endpoint. For more information, see Tagging Amazon Web Services resources in the Amazon Web Services General Reference 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) Copyright © 2022. All rights reserved.