Class CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty>
- Enclosing interface:
CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty
@Stability(Stable)
public static final class CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.oAuthClientCredentials(CfnServicePropsMixin.OAuthClientDetailsProperty oAuthClientCredentials) oAuthClientCredentials(IResolvable oAuthClientCredentials)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
oAuthClientCredentials
@Stability(Stable) public CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.Builder oAuthClientCredentials(IResolvable oAuthClientCredentials) Sets the value ofCfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.getOAuthClientCredentials()- Parameters:
oAuthClientCredentials- OAuth client credentials.- Returns:
this
-
oAuthClientCredentials
@Stability(Stable) public CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.Builder oAuthClientCredentials(CfnServicePropsMixin.OAuthClientDetailsProperty oAuthClientCredentials) Sets the value ofCfnServicePropsMixin.ServiceNowAuthorizationConfigProperty.getOAuthClientCredentials()- Parameters:
oAuthClientCredentials- OAuth client credentials.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty>- Returns:
- a new instance of
CfnServicePropsMixin.ServiceNowAuthorizationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-