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