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 Details

    • 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

      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.