Class CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty>
- Enclosing interface:
CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty
@Stability(Stable)
public static final class CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.publicSigningKeyUrl(String publicSigningKeyUrl)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
publicSigningKeyUrl
@Stability(Stable) public CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty.Builder publicSigningKeyUrl(String publicSigningKeyUrl) Sets the value ofCfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty.getPublicSigningKeyUrl()- Parameters:
publicSigningKeyUrl- The URL AWS Verified Access will use to verify the authenticity of the device tokens.- Returns:
this
-
tenantId
@Stability(Stable) public CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty.Builder tenantId(String tenantId) - Parameters:
tenantId- The ID of the tenant application with the device-identity provider.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty>- Returns:
- a new instance of
CfnVerifiedAccessTrustProviderPropsMixin.DeviceOptionsProperty - Throws:
NullPointerException- if any required attribute was not provided
-