Class CfnVerifiedAccessTrustProviderMixinProps.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessTrustProviderMixinProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVerifiedAccessTrustProviderMixinProps>
- Enclosing interface:
CfnVerifiedAccessTrustProviderMixinProps
@Stability(Stable)
public static final class CfnVerifiedAccessTrustProviderMixinProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVerifiedAccessTrustProviderMixinProps>
A builder for
CfnVerifiedAccessTrustProviderMixinProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.description(String description) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDescription()Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDeviceOptions()deviceOptions(IResolvable deviceOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDeviceOptions()deviceTrustProviderType(String deviceTrustProviderType) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDeviceTrustProviderType()nativeApplicationOidcOptions(CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty nativeApplicationOidcOptions) nativeApplicationOidcOptions(IResolvable nativeApplicationOidcOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getOidcOptions()oidcOptions(IResolvable oidcOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getOidcOptions()policyReferenceName(String policyReferenceName) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getPolicyReferenceName()sseSpecification(CfnVerifiedAccessTrustProviderPropsMixin.SseSpecificationProperty sseSpecification) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getSseSpecification()sseSpecification(IResolvable sseSpecification) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getSseSpecification()Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getTags()trustProviderType(String trustProviderType) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getTrustProviderType()userTrustProviderType(String userTrustProviderType) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getUserTrustProviderType()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
description
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder description(String description) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDescription()- Parameters:
description- A description for the AWS Verified Access trust provider.- Returns:
this
-
deviceOptions
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder deviceOptions(IResolvable deviceOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDeviceOptions()- Parameters:
deviceOptions- The options for device-identity trust provider.- Returns:
this
-
deviceOptions
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder deviceOptions(CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty deviceOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDeviceOptions()- Parameters:
deviceOptions- The options for device-identity trust provider.- Returns:
this
-
deviceTrustProviderType
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder deviceTrustProviderType(String deviceTrustProviderType) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getDeviceTrustProviderType()- Parameters:
deviceTrustProviderType- The type of device-based trust provider.- Returns:
this
-
nativeApplicationOidcOptions
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder nativeApplicationOidcOptions(IResolvable nativeApplicationOidcOptions) - Parameters:
nativeApplicationOidcOptions- The OpenID Connect (OIDC) options.- Returns:
this
-
nativeApplicationOidcOptions
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder nativeApplicationOidcOptions(CfnVerifiedAccessTrustProviderPropsMixin.NativeApplicationOidcOptionsProperty nativeApplicationOidcOptions) - Parameters:
nativeApplicationOidcOptions- The OpenID Connect (OIDC) options.- Returns:
this
-
oidcOptions
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder oidcOptions(IResolvable oidcOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getOidcOptions()- Parameters:
oidcOptions- The options for an OpenID Connect-compatible user-identity trust provider.- Returns:
this
-
oidcOptions
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder oidcOptions(CfnVerifiedAccessTrustProviderPropsMixin.OidcOptionsProperty oidcOptions) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getOidcOptions()- Parameters:
oidcOptions- The options for an OpenID Connect-compatible user-identity trust provider.- Returns:
this
-
policyReferenceName
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder policyReferenceName(String policyReferenceName) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getPolicyReferenceName()- Parameters:
policyReferenceName- The identifier to be used when working with policy rules.- Returns:
this
-
sseSpecification
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder sseSpecification(IResolvable sseSpecification) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getSseSpecification()- Parameters:
sseSpecification- The options for additional server side encryption.- Returns:
this
-
sseSpecification
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder sseSpecification(CfnVerifiedAccessTrustProviderPropsMixin.SseSpecificationProperty sseSpecification) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getSseSpecification()- Parameters:
sseSpecification- The options for additional server side encryption.- Returns:
this
-
tags
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder tags(List<? extends CfnTag> tags) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getTags()- Parameters:
tags- The tags.- Returns:
this
-
trustProviderType
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder trustProviderType(String trustProviderType) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getTrustProviderType()- Parameters:
trustProviderType- The type of Verified Access trust provider.- Returns:
this
-
userTrustProviderType
@Stability(Stable) public CfnVerifiedAccessTrustProviderMixinProps.Builder userTrustProviderType(String userTrustProviderType) Sets the value ofCfnVerifiedAccessTrustProviderMixinProps.getUserTrustProviderType()- Parameters:
userTrustProviderType- The type of user-based trust provider.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVerifiedAccessTrustProviderMixinProps>- Returns:
- a new instance of
CfnVerifiedAccessTrustProviderMixinProps - Throws:
NullPointerException- if any required attribute was not provided
-