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