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