Interface BrowserSigningConfigOutput.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BrowserSigningConfigOutput.Builder,,BrowserSigningConfigOutput> SdkBuilder<BrowserSigningConfigOutput.Builder,,BrowserSigningConfigOutput> SdkPojo
- Enclosing class:
BrowserSigningConfigOutput
@Mutable
@NotThreadSafe
public static interface BrowserSigningConfigOutput.Builder
extends SdkPojo, CopyableBuilder<BrowserSigningConfigOutput.Builder,BrowserSigningConfigOutput>
-
Method Summary
Modifier and TypeMethodDescriptionIndicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
enabled
Indicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.
- Parameters:
enabled- Indicates whether browser signing is currently enabled for cryptographic agent identification using HTTP message signatures.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-