Class CfnOdbNetworkPropsMixin.StsAccessProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkPropsMixin.StsAccessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.StsAccessProperty>
- Enclosing interface:
CfnOdbNetworkPropsMixin.StsAccessProperty
@Stability(Stable)
public static final class CfnOdbNetworkPropsMixin.StsAccessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.StsAccessProperty>
A builder for
CfnOdbNetworkPropsMixin.StsAccessProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.domainName(String domainName) Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getDomainName()ipv4Addresses(List<String> ipv4Addresses) Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getIpv4Addresses()Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getStatus()stsPolicyDocument(String stsPolicyDocument) Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getStsPolicyDocument()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
domainName
@Stability(Stable) public CfnOdbNetworkPropsMixin.StsAccessProperty.Builder domainName(String domainName) Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getDomainName()- Parameters:
domainName- The domain name for the AWS STS access.- Returns:
this
-
ipv4Addresses
@Stability(Stable) public CfnOdbNetworkPropsMixin.StsAccessProperty.Builder ipv4Addresses(List<String> ipv4Addresses) Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getIpv4Addresses()- Parameters:
ipv4Addresses- The IPv4 addresses for the AWS STS access.- Returns:
this
-
status
Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getStatus()- Parameters:
status- The status of the managed resource access.- Returns:
this
-
stsPolicyDocument
@Stability(Stable) public CfnOdbNetworkPropsMixin.StsAccessProperty.Builder stsPolicyDocument(String stsPolicyDocument) Sets the value ofCfnOdbNetworkPropsMixin.StsAccessProperty.getStsPolicyDocument()- Parameters:
stsPolicyDocument- The endpoint policy for the AWS STS access.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.StsAccessProperty>- Returns:
- a new instance of
CfnOdbNetworkPropsMixin.StsAccessProperty - Throws:
NullPointerException- if any required attribute was not provided
-