public static interface ModelDashboardEndpoint.Builder extends SdkPojo, CopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
| Modifier and Type | Method and Description |
|---|---|
ModelDashboardEndpoint.Builder |
creationTime(Instant creationTime)
A timestamp that indicates when the endpoint was created.
|
ModelDashboardEndpoint.Builder |
endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
|
ModelDashboardEndpoint.Builder |
endpointName(String endpointName)
The endpoint name.
|
ModelDashboardEndpoint.Builder |
endpointStatus(EndpointStatus endpointStatus)
The endpoint status.
|
ModelDashboardEndpoint.Builder |
endpointStatus(String endpointStatus)
The endpoint status.
|
ModelDashboardEndpoint.Builder |
lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildModelDashboardEndpoint.Builder endpointName(String endpointName)
The endpoint name.
endpointName - The endpoint name.ModelDashboardEndpoint.Builder endpointArn(String endpointArn)
The Amazon Resource Name (ARN) of the endpoint.
endpointArn - The Amazon Resource Name (ARN) of the endpoint.ModelDashboardEndpoint.Builder creationTime(Instant creationTime)
A timestamp that indicates when the endpoint was created.
creationTime - A timestamp that indicates when the endpoint was created.ModelDashboardEndpoint.Builder lastModifiedTime(Instant lastModifiedTime)
The last time the endpoint was modified.
lastModifiedTime - The last time the endpoint was modified.ModelDashboardEndpoint.Builder endpointStatus(String endpointStatus)
The endpoint status.
endpointStatus - The endpoint status.EndpointStatus,
EndpointStatusModelDashboardEndpoint.Builder endpointStatus(EndpointStatus endpointStatus)
The endpoint status.
endpointStatus - The endpoint status.EndpointStatus,
EndpointStatusCopyright © 2022. All rights reserved.