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