Class TablePropertyEntry.Builder
java.lang.Object
software.amazon.awscdk.services.s3tables.alpha.TablePropertyEntry.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<TablePropertyEntry>
- Enclosing interface:
TablePropertyEntry
@Stability(Experimental)
public static final class TablePropertyEntry.Builder
extends Object
implements software.amazon.jsii.Builder<TablePropertyEntry>
A builder for
TablePropertyEntry-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofTablePropertyEntry.getKey()Sets the value ofTablePropertyEntry.getValue()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
key
Sets the value ofTablePropertyEntry.getKey()- Parameters:
key- The property key. This parameter is required.- Returns:
this
-
value
Sets the value ofTablePropertyEntry.getValue()- Parameters:
value- The property value. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<TablePropertyEntry>- Returns:
- a new instance of
TablePropertyEntry - Throws:
NullPointerException- if any required attribute was not provided
-