Interface ModifyVerifiedAccessTrustProviderDeviceOptions.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ModifyVerifiedAccessTrustProviderDeviceOptions.Builder,
,ModifyVerifiedAccessTrustProviderDeviceOptions> SdkBuilder<ModifyVerifiedAccessTrustProviderDeviceOptions.Builder,
,ModifyVerifiedAccessTrustProviderDeviceOptions> SdkPojo
- Enclosing class:
ModifyVerifiedAccessTrustProviderDeviceOptions
public static interface ModifyVerifiedAccessTrustProviderDeviceOptions.Builder
extends SdkPojo, CopyableBuilder<ModifyVerifiedAccessTrustProviderDeviceOptions.Builder,ModifyVerifiedAccessTrustProviderDeviceOptions>
-
Method Summary
Modifier and TypeMethodDescriptionpublicSigningKeyUrl
(String publicSigningKeyUrl) The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
publicSigningKeyUrl
ModifyVerifiedAccessTrustProviderDeviceOptions.Builder publicSigningKeyUrl(String publicSigningKeyUrl) The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.
- Parameters:
publicSigningKeyUrl
- The URL Amazon Web Services Verified Access will use to verify the authenticity of the device tokens.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-