Class CfnConnection.OAuth2ClientApplicationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.datazone.CfnConnection.OAuth2ClientApplicationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnConnection.OAuth2ClientApplicationProperty>
- Enclosing interface:
CfnConnection.OAuth2ClientApplicationProperty
@Stability(Stable)
public static final class CfnConnection.OAuth2ClientApplicationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnConnection.OAuth2ClientApplicationProperty>
A builder for
CfnConnection.OAuth2ClientApplicationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionawsManagedClientApplicationReference(String awsManagedClientApplicationReference) build()Builds the configured instance.userManagedClientApplicationClientId(String userManagedClientApplicationClientId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsManagedClientApplicationReference
@Stability(Stable) public CfnConnection.OAuth2ClientApplicationProperty.Builder awsManagedClientApplicationReference(String awsManagedClientApplicationReference) Sets the value ofCfnConnection.OAuth2ClientApplicationProperty.getAwsManagedClientApplicationReference()- Parameters:
awsManagedClientApplicationReference- The AWS managed client application reference in the OAuth2Client application.- Returns:
this
-
userManagedClientApplicationClientId
@Stability(Stable) public CfnConnection.OAuth2ClientApplicationProperty.Builder userManagedClientApplicationClientId(String userManagedClientApplicationClientId) Sets the value ofCfnConnection.OAuth2ClientApplicationProperty.getUserManagedClientApplicationClientId()- Parameters:
userManagedClientApplicationClientId- The user managed client application client ID in the OAuth2Client application.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnConnection.OAuth2ClientApplicationProperty>- Returns:
- a new instance of
CfnConnection.OAuth2ClientApplicationProperty - Throws:
NullPointerException- if any required attribute was not provided
-