Class EndpointAttributes.Builder
java.lang.Object
software.amazon.awscdk.services.sagemaker.alpha.EndpointAttributes.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EndpointAttributes>
- Enclosing interface:
EndpointAttributes
@Stability(Experimental)
public static final class EndpointAttributes.Builder
extends Object
implements software.amazon.jsii.Builder<EndpointAttributes>
A builder for
EndpointAttributes
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.endpointArn
(String endpointArn) Sets the value ofEndpointAttributes.getEndpointArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointArn
Sets the value ofEndpointAttributes.getEndpointArn()
- Parameters:
endpointArn
- The ARN of this endpoint. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<EndpointAttributes>
- Returns:
- a new instance of
EndpointAttributes
- Throws:
NullPointerException
- if any required attribute was not provided
-