Class KeyspaceReference.Builder
java.lang.Object
software.amazon.awscdk.interfaces.cassandra.KeyspaceReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<KeyspaceReference>
- Enclosing interface:
KeyspaceReference
@Stability(Stable)
public static final class KeyspaceReference.Builder
extends Object
implements software.amazon.jsii.Builder<KeyspaceReference>
A builder for
KeyspaceReference-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.keyspaceName(String keyspaceName) Sets the value ofKeyspaceReference.getKeyspaceName()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyspaceName
Sets the value ofKeyspaceReference.getKeyspaceName()- Parameters:
keyspaceName- The KeyspaceName of the Keyspace resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<KeyspaceReference>- Returns:
- a new instance of
KeyspaceReference - Throws:
NullPointerException- if any required attribute was not provided
-