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