Class DataAccessorReference.Builder
java.lang.Object
software.amazon.awscdk.services.qbusiness.DataAccessorReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<DataAccessorReference>
- Enclosing interface:
DataAccessorReference
@Stability(Stable)
public static final class DataAccessorReference.Builder
extends Object
implements software.amazon.jsii.Builder<DataAccessorReference>
A builder for
DataAccessorReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationId
(String applicationId) Sets the value ofDataAccessorReference.getApplicationId()
build()
Builds the configured instance.dataAccessorArn
(String dataAccessorArn) Sets the value ofDataAccessorReference.getDataAccessorArn()
dataAccessorId
(String dataAccessorId) Sets the value ofDataAccessorReference.getDataAccessorId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationId
Sets the value ofDataAccessorReference.getApplicationId()
- Parameters:
applicationId
- The ApplicationId of the DataAccessor resource. This parameter is required.- Returns:
this
-
dataAccessorArn
Sets the value ofDataAccessorReference.getDataAccessorArn()
- Parameters:
dataAccessorArn
- The ARN of the DataAccessor resource. This parameter is required.- Returns:
this
-
dataAccessorId
Sets the value ofDataAccessorReference.getDataAccessorId()
- Parameters:
dataAccessorId
- The DataAccessorId of the DataAccessor resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<DataAccessorReference>
- Returns:
- a new instance of
DataAccessorReference
- Throws:
NullPointerException
- if any required attribute was not provided
-