Interface HashAlgorithmOptions.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<HashAlgorithmOptions.Builder,,HashAlgorithmOptions> SdkBuilder<HashAlgorithmOptions.Builder,,HashAlgorithmOptions> SdkPojo
- Enclosing class:
 HashAlgorithmOptions
public static interface HashAlgorithmOptions.Builder
extends SdkPojo, CopyableBuilder<HashAlgorithmOptions.Builder,HashAlgorithmOptions> 
- 
Method Summary
Modifier and TypeMethodDescriptionallowedValues(Collection<HashAlgorithm> allowedValues) The set of accepted hash algorithms allowed in a code signing job.allowedValues(HashAlgorithm... allowedValues) The set of accepted hash algorithms allowed in a code signing job.allowedValuesWithStrings(String... allowedValues) The set of accepted hash algorithms allowed in a code signing job.allowedValuesWithStrings(Collection<String> allowedValues) The set of accepted hash algorithms allowed in a code signing job.defaultValue(String defaultValue) The default hash algorithm that is used in a code signing job.defaultValue(HashAlgorithm defaultValue) The default hash algorithm that is used in a code signing job.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, sdkFields 
- 
Method Details
- 
allowedValuesWithStrings
The set of accepted hash algorithms allowed in a code signing job.
- Parameters:
 allowedValues- The set of accepted hash algorithms allowed in a code signing job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowedValuesWithStrings
The set of accepted hash algorithms allowed in a code signing job.
- Parameters:
 allowedValues- The set of accepted hash algorithms allowed in a code signing job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowedValues
The set of accepted hash algorithms allowed in a code signing job.
- Parameters:
 allowedValues- The set of accepted hash algorithms allowed in a code signing job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
allowedValues
The set of accepted hash algorithms allowed in a code signing job.
- Parameters:
 allowedValues- The set of accepted hash algorithms allowed in a code signing job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
defaultValue
The default hash algorithm that is used in a code signing job.
- Parameters:
 defaultValue- The default hash algorithm that is used in a code signing job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
defaultValue
The default hash algorithm that is used in a code signing job.
- Parameters:
 defaultValue- The default hash algorithm that is used in a code signing job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -