Interface ModelDashboardEndpoint.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
,SdkBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
,SdkPojo
- Enclosing class:
- ModelDashboardEndpoint
public static interface ModelDashboardEndpoint.Builder extends SdkPojo, CopyableBuilder<ModelDashboardEndpoint.Builder,ModelDashboardEndpoint>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(String endpointStatus)
The endpoint status.ModelDashboardEndpoint.Builder
endpointStatus(EndpointStatus endpointStatus)
The endpoint status.ModelDashboardEndpoint.Builder
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, sdkFields
-
-
-
-
Method Detail
-
endpointName
ModelDashboardEndpoint.Builder endpointName(String 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
ModelDashboardEndpoint.Builder endpointArn(String 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
ModelDashboardEndpoint.Builder creationTime(Instant 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
ModelDashboardEndpoint.Builder lastModifiedTime(Instant 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
ModelDashboardEndpoint.Builder endpointStatus(String 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
,EndpointStatus
-
endpointStatus
ModelDashboardEndpoint.Builder endpointStatus(EndpointStatus 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
,EndpointStatus
-
-