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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default EndpointConfig.BuildersageMaker(Consumer<SageMakerEndpoint.Builder> sageMaker)The configuration specific to Amazon SageMaker for the endpoint.EndpointConfig.BuildersageMaker(SageMakerEndpoint sageMaker)The configuration specific to Amazon SageMaker for the endpoint.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
sageMaker
EndpointConfig.Builder sageMaker(SageMakerEndpoint 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
default EndpointConfig.Builder sageMaker(Consumer<SageMakerEndpoint.Builder> 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:
sageMaker(SageMakerEndpoint)
-
-