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.Builder
sageMaker
(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
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 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.Builder
avoiding the need to create one manually viaSageMakerEndpoint.builder()
.When the
Consumer
completes,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:
-