Class CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.bedrockagentcore.CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty>
- Enclosing interface:
CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty
@Stability(Stable)
public static final class CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty>
A builder for
CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getAwsIam()build()Builds the configured instance.Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getNone()Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getOauth()oauth(IResolvable oauth) Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getOauth()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
awsIam
@Stability(Stable) public CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder awsIam(Object awsIam) Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getAwsIam()- Parameters:
awsIam- the value to be set.- Returns:
this
-
none
@Stability(Stable) public CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder none(Object none) Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getNone()- Parameters:
none- the value to be set.- Returns:
this
-
oauth
@Stability(Stable) public CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder oauth(IResolvable oauth) Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getOauth()- Parameters:
oauth- the value to be set.- Returns:
this
-
oauth
@Stability(Stable) public CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.Builder oauth(CfnHarnessPropsMixin.OAuthCredentialProviderProperty oauth) Sets the value ofCfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty.getOauth()- Parameters:
oauth- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty>- Returns:
- a new instance of
CfnHarnessPropsMixin.HarnessGatewayOutboundAuthProperty - Throws:
NullPointerException- if any required attribute was not provided
-