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