Interface CreateMlEndpointResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<CreateMlEndpointResponse.Builder,,- CreateMlEndpointResponse> - NeptunedataResponse.Builder,- SdkBuilder<CreateMlEndpointResponse.Builder,,- CreateMlEndpointResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateMlEndpointResponse
@Mutable
@NotThreadSafe
public static interface CreateMlEndpointResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<CreateMlEndpointResponse.Builder,CreateMlEndpointResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionThe ARN for the new inference endpoint.creationTimeInMillis(Long creationTimeInMillis) The endpoint creation time, in milliseconds.The unique ID of the new inference endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.neptunedata.model.NeptunedataResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
idThe 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.
 
- 
arnThe 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.
 
- 
creationTimeInMillisThe 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.
 
 
-