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