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