Class CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.devopsagent.CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty>
- Enclosing interface:
CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty
@Stability(Stable)
public static final class CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbearerToken(IResolvable bearerToken) build()Builds the configured instance.
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bearerToken
@Stability(Stable) public CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty.Builder bearerToken(IResolvable bearerToken) - Parameters:
bearerToken- Bearer token authentication details.- Returns:
this
-
bearerToken
@Stability(Stable) public CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty.Builder bearerToken(CfnServicePropsMixin.BearerTokenDetailsProperty bearerToken) - Parameters:
bearerToken- Bearer token authentication details.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty>- Returns:
- a new instance of
CfnServicePropsMixin.MCPServerSplunkAuthorizationConfigProperty - Throws:
NullPointerException- if any required attribute was not provided
-