Interface GetMlEndpointResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetMlEndpointResponse.Builder,GetMlEndpointResponse>,NeptunedataResponse.Builder,SdkBuilder<GetMlEndpointResponse.Builder,GetMlEndpointResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetMlEndpointResponse
public static interface GetMlEndpointResponse.Builder extends NeptunedataResponse.Builder, SdkPojo, CopyableBuilder<GetMlEndpointResponse.Builder,GetMlEndpointResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetMlEndpointResponse.Builderendpoint(Consumer<MlResourceDefinition.Builder> endpoint)The endpoint definition.GetMlEndpointResponse.Builderendpoint(MlResourceDefinition endpoint)The endpoint definition.default GetMlEndpointResponse.BuilderendpointConfig(Consumer<MlConfigDefinition.Builder> endpointConfig)The endpoint configurationGetMlEndpointResponse.BuilderendpointConfig(MlConfigDefinition endpointConfig)The endpoint configurationGetMlEndpointResponse.Builderid(String id)The unique identifier of the inference endpoint.GetMlEndpointResponse.Builderstatus(String status)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 Detail
-
status
GetMlEndpointResponse.Builder status(String 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
GetMlEndpointResponse.Builder id(String 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
GetMlEndpointResponse.Builder endpoint(MlResourceDefinition 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
default GetMlEndpointResponse.Builder endpoint(Consumer<MlResourceDefinition.Builder> endpoint)
The endpoint definition.
This is a convenience method that creates an instance of theMlResourceDefinition.Builderavoiding the need to create one manually viaMlResourceDefinition.builder().When the
Consumercompletes,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:
endpoint(MlResourceDefinition)
-
endpointConfig
GetMlEndpointResponse.Builder endpointConfig(MlConfigDefinition 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.Builderavoiding the need to create one manually viaMlConfigDefinition.builder().When the
Consumercompletes,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:
endpointConfig(MlConfigDefinition)
-
-