Class CfnActionConnector.ClientCredentialsGrantDetailsProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnActionConnector.ClientCredentialsGrantDetailsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnActionConnector.ClientCredentialsGrantDetailsProperty>
- Enclosing interface:
CfnActionConnector.ClientCredentialsGrantDetailsProperty
@Stability(Stable)
public static final class CfnActionConnector.ClientCredentialsGrantDetailsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnActionConnector.ClientCredentialsGrantDetailsProperty>
A builder for
CfnActionConnector.ClientCredentialsGrantDetailsProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnActionConnector.ClientCredentialsGrantDetailsProperty.getClientId()clientSecret(String clientSecret) tokenEndpoint(String tokenEndpoint)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientId
@Stability(Stable) public CfnActionConnector.ClientCredentialsGrantDetailsProperty.Builder clientId(String clientId) Sets the value ofCfnActionConnector.ClientCredentialsGrantDetailsProperty.getClientId()- Parameters:
clientId- the value to be set. This parameter is required.- Returns:
this
-
clientSecret
@Stability(Stable) public CfnActionConnector.ClientCredentialsGrantDetailsProperty.Builder clientSecret(String clientSecret) - Parameters:
clientSecret- the value to be set. This parameter is required.- Returns:
this
-
tokenEndpoint
@Stability(Stable) public CfnActionConnector.ClientCredentialsGrantDetailsProperty.Builder tokenEndpoint(String tokenEndpoint) - Parameters:
tokenEndpoint- the value to be set. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnActionConnector.ClientCredentialsGrantDetailsProperty>- Returns:
- a new instance of
CfnActionConnector.ClientCredentialsGrantDetailsProperty - Throws:
NullPointerException- if any required attribute was not provided
-