public static interface GetRandomPasswordRequest.Builder extends SecretsManagerRequest.Builder, SdkPojo, CopyableBuilder<GetRandomPasswordRequest.Builder,GetRandomPasswordRequest>
| Modifier and Type | Method and Description |
|---|---|
GetRandomPasswordRequest.Builder |
excludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
|
GetRandomPasswordRequest.Builder |
excludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password.
|
GetRandomPasswordRequest.Builder |
excludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password.
|
GetRandomPasswordRequest.Builder |
excludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . |
GetRandomPasswordRequest.Builder |
excludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password.
|
GetRandomPasswordRequest.Builder |
includeSpace(Boolean includeSpace)
Specifies whether to include the space character.
|
GetRandomPasswordRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetRandomPasswordRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetRandomPasswordRequest.Builder |
passwordLength(Long passwordLength)
The length of the password.
|
GetRandomPasswordRequest.Builder |
requireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRandomPasswordRequest.Builder passwordLength(Long passwordLength)
The length of the password. If you don't include this parameter, the default length is 32 characters.
passwordLength - The length of the password. If you don't include this parameter, the default length is 32 characters.GetRandomPasswordRequest.Builder excludeCharacters(String excludeCharacters)
A string of the characters that you don't want in the password.
excludeCharacters - A string of the characters that you don't want in the password.GetRandomPasswordRequest.Builder excludeNumbers(Boolean excludeNumbers)
Specifies whether to exclude numbers from the password. If you don't include this switch, the password can contain numbers.
excludeNumbers - Specifies whether to exclude numbers from the password. If you don't include this switch, the password
can contain numbers.GetRandomPasswordRequest.Builder excludePunctuation(Boolean excludePunctuation)
Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~. If you don't include
this switch, the password can contain punctuation.
excludePunctuation - Specifies whether to exclude the following punctuation characters from the password:
! " # $ % & ' ( ) * + , - . / : ; < = > ? @ [ \ ] ^ _ ` { | } ~. If you don't
include this switch, the password can contain punctuation.GetRandomPasswordRequest.Builder excludeUppercase(Boolean excludeUppercase)
Specifies whether to exclude uppercase letters from the password. If you don't include this switch, the password can contain uppercase letters.
excludeUppercase - Specifies whether to exclude uppercase letters from the password. If you don't include this switch,
the password can contain uppercase letters.GetRandomPasswordRequest.Builder excludeLowercase(Boolean excludeLowercase)
Specifies whether to exclude lowercase letters from the password. If you don't include this switch, the password can contain lowercase letters.
excludeLowercase - Specifies whether to exclude lowercase letters from the password. If you don't include this switch,
the password can contain lowercase letters.GetRandomPasswordRequest.Builder includeSpace(Boolean includeSpace)
Specifies whether to include the space character. If you include this switch, the password can contain space characters.
includeSpace - Specifies whether to include the space character. If you include this switch, the password can contain
space characters.GetRandomPasswordRequest.Builder requireEachIncludedType(Boolean requireEachIncludedType)
Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation. If you don't include this switch, the password contains at least one of every character type.
requireEachIncludedType - Specifies whether to include at least one upper and lowercase letter, one number, and one punctuation.
If you don't include this switch, the password contains at least one of every character type.GetRandomPasswordRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetRandomPasswordRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.