Class Endpoint.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.alpha.Endpoint.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<Endpoint>
- Enclosing class:
Endpoint
@Stability(Experimental)
public static final class Endpoint.Builder
extends Object
implements software.amazon.jsii.Builder<Endpoint>
(experimental) A fluent builder for
Endpoint
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
static Endpoint.Builder
endpointConfig
(IEndpointConfig endpointConfig) (experimental) The endpoint configuration to use for this endpoint.endpointName
(String endpointName) (experimental) Name of the endpoint.
-
Method Details
-
create
@Stability(Experimental) public static Endpoint.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- This parameter is required.id
- This parameter is required.- Returns:
- a new instance of
Endpoint.Builder
.
-
endpointConfig
(experimental) The endpoint configuration to use for this endpoint.- Parameters:
endpointConfig
- The endpoint configuration to use for this endpoint. This parameter is required.- Returns:
this
-
endpointName
(experimental) Name of the endpoint.Default: - AWS CloudFormation generates a unique physical ID and uses that ID for the endpoint's name.
- Parameters:
endpointName
- Name of the endpoint. This parameter is required.- Returns:
this
-
build
-