Class CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.odb.CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty>
- Enclosing interface:
CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty
@Stability(Stable)
public static final class CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.ipv4Addresses(List<String> ipv4Addresses)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
ipv4Addresses
@Stability(Stable) public CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder ipv4Addresses(List<String> ipv4Addresses) Sets the value ofCfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.getIpv4Addresses()- Parameters:
ipv4Addresses- The IPv4 addresses allowed for cross-Region Amazon S3 restore access.- Returns:
this
-
region
@Stability(Stable) public CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder region(String region) - Parameters:
region- The AWS-Region for cross-Region Amazon S3 restore access.- Returns:
this
-
status
@Stability(Stable) public CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty.Builder status(String status) - Parameters:
status- The status of the managed resource access.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty>- Returns:
- a new instance of
CfnOdbNetworkPropsMixin.CrossRegionS3RestoreSourcesAccessProperty - Throws:
NullPointerException- if any required attribute was not provided
-