Class EndpointReference.Builder
java.lang.Object
software.amazon.awscdk.services.dms.EndpointReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<EndpointReference>
- Enclosing interface:
EndpointReference
@Stability(Stable)
public static final class EndpointReference.Builder
extends Object
implements software.amazon.jsii.Builder<EndpointReference>
A builder for
EndpointReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.endpointId
(String endpointId) Sets the value ofEndpointReference.getEndpointId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
endpointId
Sets the value ofEndpointReference.getEndpointId()
- Parameters:
endpointId
- The Id of the Endpoint resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<EndpointReference>
- Returns:
- a new instance of
EndpointReference
- Throws:
NullPointerException
- if any required attribute was not provided
-