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