Interface GetMlEndpointResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetMlEndpointResponse.Builder,
,GetMlEndpointResponse> NeptunedataResponse.Builder
,SdkBuilder<GetMlEndpointResponse.Builder,
,GetMlEndpointResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetMlEndpointResponse
@Mutable
@NotThreadSafe
public static interface GetMlEndpointResponse.Builder
extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlEndpointResponse.Builder,GetMlEndpointResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetMlEndpointResponse.Builder
endpoint
(Consumer<MlResourceDefinition.Builder> endpoint) The endpoint definition.endpoint
(MlResourceDefinition endpoint) The endpoint definition.default GetMlEndpointResponse.Builder
endpointConfig
(Consumer<MlConfigDefinition.Builder> endpointConfig) The endpoint configurationendpointConfig
(MlConfigDefinition endpointConfig) The endpoint configurationThe unique identifier of the inference endpoint.The status of the 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 Details
-
status
The status of the inference endpoint.
- Parameters:
status
- The status of the inference endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The unique identifier of the inference endpoint.
- Parameters:
id
- The unique identifier of the inference endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The endpoint definition.
- Parameters:
endpoint
- The endpoint definition.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpoint
The endpoint definition.
This is a convenience method that creates an instance of theMlResourceDefinition.Builder
avoiding the need to create one manually viaMlResourceDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpoint(MlResourceDefinition)
.- Parameters:
endpoint
- a consumer that will call methods onMlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
endpointConfig
The endpoint configuration
- Parameters:
endpointConfig
- The endpoint configuration- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endpointConfig
default GetMlEndpointResponse.Builder endpointConfig(Consumer<MlConfigDefinition.Builder> endpointConfig) The endpoint configuration
This is a convenience method that creates an instance of theMlConfigDefinition.Builder
avoiding the need to create one manually viaMlConfigDefinition.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toendpointConfig(MlConfigDefinition)
.- Parameters:
endpointConfig
- a consumer that will call methods onMlConfigDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-