Uses of Class
software.amazon.awscdk.services.s3tables.alpha.NamespaceAttributes.Builder
Packages that use NamespaceAttributes.Builder
Package
Description
Amazon S3 Tables Construct Library
-
Uses of NamespaceAttributes.Builder in software.amazon.awscdk.services.s3tables.alpha
Methods in software.amazon.awscdk.services.s3tables.alpha that return NamespaceAttributes.BuilderModifier and TypeMethodDescriptionstatic NamespaceAttributes.Builder
NamespaceAttributes.builder()
NamespaceAttributes.Builder.namespaceName
(String namespaceName) Sets the value ofNamespaceAttributes.getNamespaceName()
NamespaceAttributes.Builder.tableBucket
(ITableBucket tableBucket) Sets the value ofNamespaceAttributes.getTableBucket()
Constructors in software.amazon.awscdk.services.s3tables.alpha with parameters of type NamespaceAttributes.BuilderModifierConstructorDescriptionprotected
Jsii$Proxy
(NamespaceAttributes.Builder builder) Constructor that initializes the object based on literal property values passed by theNamespaceAttributes.Builder
.