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