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