Interface HashAlgorithmOptions.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<HashAlgorithmOptions.Builder,,- HashAlgorithmOptions> - SdkBuilder<HashAlgorithmOptions.Builder,,- HashAlgorithmOptions> - SdkPojo
- Enclosing class:
- HashAlgorithmOptions
@Mutable
@NotThreadSafe
public static interface HashAlgorithmOptions.Builder
extends SdkPojo, CopyableBuilder<HashAlgorithmOptions.Builder,HashAlgorithmOptions> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
allowedValuesWithStringsThe 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.
 
- 
allowedValuesWithStringsThe 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.
 
- 
allowedValuesThe 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.
 
- 
allowedValuesThe 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.
 
- 
defaultValueThe 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:
 
- 
defaultValueThe 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:
 
 
-