Class PasswordGenerationPolicyPatch.Builder
- java.lang.Object
-
- com.ibm.cloud.secrets_manager_sdk.secrets_manager.v2.model.PasswordGenerationPolicyPatch.Builder
-
- Enclosing class:
- PasswordGenerationPolicyPatch
public static class PasswordGenerationPolicyPatch.Builder extends Object
Builder.
-
-
Constructor Summary
Constructors Constructor Description Builder()Instantiates a new builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PasswordGenerationPolicyPatchbuild()Builds a PasswordGenerationPolicyPatch.PasswordGenerationPolicyPatch.BuilderincludeDigits(Boolean includeDigits)Set the includeDigits.PasswordGenerationPolicyPatch.BuilderincludeSymbols(Boolean includeSymbols)Set the includeSymbols.PasswordGenerationPolicyPatch.BuilderincludeUppercase(Boolean includeUppercase)Set the includeUppercase.PasswordGenerationPolicyPatch.Builderlength(long length)Set the length.
-
-
-
Method Detail
-
build
public PasswordGenerationPolicyPatch build()
Builds a PasswordGenerationPolicyPatch.- Returns:
- the new PasswordGenerationPolicyPatch instance
-
length
public PasswordGenerationPolicyPatch.Builder length(long length)
Set the length.- Parameters:
length- the length- Returns:
- the PasswordGenerationPolicyPatch builder
-
includeDigits
public PasswordGenerationPolicyPatch.Builder includeDigits(Boolean includeDigits)
Set the includeDigits.- Parameters:
includeDigits- the includeDigits- Returns:
- the PasswordGenerationPolicyPatch builder
-
includeSymbols
public PasswordGenerationPolicyPatch.Builder includeSymbols(Boolean includeSymbols)
Set the includeSymbols.- Parameters:
includeSymbols- the includeSymbols- Returns:
- the PasswordGenerationPolicyPatch builder
-
includeUppercase
public PasswordGenerationPolicyPatch.Builder includeUppercase(Boolean includeUppercase)
Set the includeUppercase.- Parameters:
includeUppercase- the includeUppercase- Returns:
- the PasswordGenerationPolicyPatch builder
-
-