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 SummaryModifier and TypeMethodDescriptiondefault GetMlEndpointResponse.Builderendpoint(Consumer<MlResourceDefinition.Builder> endpoint) The endpoint definition.endpoint(MlResourceDefinition endpoint) The endpoint definition.default GetMlEndpointResponse.BuilderendpointConfig(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.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- 
statusThe 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.
 
- 
idThe 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.
 
- 
endpointThe endpoint definition. - Parameters:
- endpoint- The endpoint definition.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointThe 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 on- MlResourceDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
endpointConfigThe endpoint configuration - Parameters:
- endpointConfig- The endpoint configuration
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
endpointConfigdefault 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 on- MlConfigDefinition.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-