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