Interface ModelDashboardEndpoint.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelDashboardEndpoint.Builder,
,ModelDashboardEndpoint> SdkBuilder<ModelDashboardEndpoint.Builder,
,ModelDashboardEndpoint> SdkPojo
- Enclosing class:
ModelDashboardEndpoint
@Mutable
@NotThreadSafe
public static interface ModelDashboardEndpoint.Builder
extends SdkPojo, CopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) A timestamp that indicates when the endpoint was created.endpointArn
(String endpointArn) The Amazon Resource Name (ARN) of the endpoint.endpointName
(String endpointName) The endpoint name.endpointStatus
(String endpointStatus) The endpoint status.endpointStatus
(EndpointStatus endpointStatus) The endpoint status.lastModifiedTime
(Instant lastModifiedTime) The last time the endpoint was modified.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
endpointName
The endpoint name.
- Parameters:
endpointName
- The endpoint name.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointArn
The Amazon Resource Name (ARN) of the endpoint.
- Parameters:
endpointArn
- The Amazon Resource Name (ARN) of the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTime
A timestamp that indicates when the endpoint was created.
- Parameters:
creationTime
- A timestamp that indicates when the endpoint was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The last time the endpoint was modified.
- Parameters:
lastModifiedTime
- The last time the endpoint was modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointStatus
The endpoint status.
- Parameters:
endpointStatus
- The endpoint status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointStatus
The endpoint status.
- Parameters:
endpointStatus
- The endpoint status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-