Uses of Class
software.amazon.awscdk.services.odb.CfnOdbNetwork.Builder
Packages that use CfnOdbNetwork.Builder
-
Uses of CfnOdbNetwork.Builder in software.amazon.awscdk.services.odb
Methods in software.amazon.awscdk.services.odb that return CfnOdbNetwork.BuilderModifier and TypeMethodDescriptionCfnOdbNetwork.Builder.availabilityZone(String availabilityZone) The Availability Zone (AZ) where the ODB network is located.CfnOdbNetwork.Builder.availabilityZoneId(String availabilityZoneId) The AZ ID of the AZ where the ODB network is located.CfnOdbNetwork.Builder.backupSubnetCidr(String backupSubnetCidr) The CIDR range of the backup subnet in the ODB network.CfnOdbNetwork.Builder.clientSubnetCidr(String clientSubnetCidr) The CIDR range of the client subnet in the ODB network.static CfnOdbNetwork.BuilderCfnOdbNetwork.Builder.customDomainName(String customDomainName) The domain name for the resources in the ODB network.CfnOdbNetwork.Builder.defaultDnsPrefix(String defaultDnsPrefix) The DNS prefix to the default DNS domain name.CfnOdbNetwork.Builder.deleteAssociatedResources(Boolean deleteAssociatedResources) Specifies whether to delete associated OCI networking resources along with the ODB network.CfnOdbNetwork.Builder.deleteAssociatedResources(IResolvable deleteAssociatedResources) Specifies whether to delete associated OCI networking resources along with the ODB network.CfnOdbNetwork.Builder.displayName(String displayName) The user-friendly name of the ODB network.The configuration for Amazon S3 access from the ODB network.CfnOdbNetwork.Builder.s3PolicyDocument(String s3PolicyDocument) Specifies the endpoint policy for Amazon S3 access from the ODB network.Tags to assign to the Odb Network.CfnOdbNetwork.Builder.zeroEtlAccess(String zeroEtlAccess) The configuration for Zero-ETL access from the ODB network.