Interface EndpointConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<EndpointConfig.Builder,,EndpointConfig> SdkBuilder<EndpointConfig.Builder,,EndpointConfig> SdkPojo
- Enclosing class:
EndpointConfig
@Mutable
@NotThreadSafe
public static interface EndpointConfig.Builder
extends SdkPojo, CopyableBuilder<EndpointConfig.Builder,EndpointConfig>
-
Method Summary
Modifier and TypeMethodDescriptiondefault EndpointConfig.BuildersageMaker(Consumer<SageMakerEndpoint.Builder> sageMaker) The configuration specific to Amazon SageMaker for the endpoint.sageMaker(SageMakerEndpoint sageMaker) The configuration specific to Amazon SageMaker for the endpoint.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sageMaker
The configuration specific to Amazon SageMaker for the endpoint.
- Parameters:
sageMaker- The configuration specific to Amazon SageMaker for the endpoint.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sageMaker
The configuration specific to Amazon SageMaker for the endpoint.
This is a convenience method that creates an instance of theSageMakerEndpoint.Builderavoiding the need to create one manually viaSageMakerEndpoint.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosageMaker(SageMakerEndpoint).- Parameters:
sageMaker- a consumer that will call methods onSageMakerEndpoint.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-