Class TablePolicyReference.Builder
java.lang.Object
software.amazon.awscdk.services.s3tables.TablePolicyReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TablePolicyReference>
- Enclosing interface:
TablePolicyReference
@Stability(Stable)
public static final class TablePolicyReference.Builder
extends Object
implements software.amazon.jsii.Builder<TablePolicyReference>
A builder for
TablePolicyReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofTablePolicyReference.getTableArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
tableArn
Sets the value ofTablePolicyReference.getTableArn()
- Parameters:
tableArn
- The TableARN of the TablePolicy resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<TablePolicyReference>
- Returns:
- a new instance of
TablePolicyReference
- Throws:
NullPointerException
- if any required attribute was not provided
-