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