Interface CreateMlEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse>,NeptunedataResponse.Builder,SdkBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateMlEndpointResponse
public static interface CreateMlEndpointResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMlEndpointResponse.Builderarn(String arn)The ARN for the new inference endpoint.CreateMlEndpointResponse.BuildercreationTimeInMillis(Long creationTimeInMillis)The endpoint creation time, in milliseconds.CreateMlEndpointResponse.Builderid(String id)The unique ID of the new inference endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
id
CreateMlEndpointResponse.Builder id(String id)
The unique ID of the new inference endpoint.
- Parameters:
id- The unique ID of the new inference endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
CreateMlEndpointResponse.Builder arn(String arn)
The ARN for the new inference endpoint.
- Parameters:
arn- The ARN for the new inference endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
creationTimeInMillis
CreateMlEndpointResponse.Builder creationTimeInMillis(Long creationTimeInMillis)
The endpoint creation time, in milliseconds.
- Parameters:
creationTimeInMillis- The endpoint creation time, in milliseconds.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-