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