public static interface GetCredentialsRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<GetCredentialsRequest.Builder,GetCredentialsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetCredentialsRequest.Builder |
dbName(String dbName)
The name of the database to get temporary authorization to log on to.
|
GetCredentialsRequest.Builder |
durationSeconds(Integer durationSeconds)
The number of seconds until the returned temporary password expires.
|
GetCredentialsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetCredentialsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetCredentialsRequest.Builder |
workgroupName(String workgroupName)
The name of the workgroup associated with the database.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetCredentialsRequest.Builder dbName(String dbName)
The name of the database to get temporary authorization to log on to.
Constraints:
Must be 1 to 64 alphanumeric characters or hyphens.
Must contain only lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.
The first character must be a letter.
Must not contain a colon ( : ) or slash ( / ).
Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide
dbName - The name of the database to get temporary authorization to log on to.
Constraints:
Must be 1 to 64 alphanumeric characters or hyphens.
Must contain only lowercase letters, numbers, underscore, plus sign, period (dot), at symbol (@), or hyphen.
The first character must be a letter.
Must not contain a colon ( : ) or slash ( / ).
Cannot be a reserved word. A list of reserved words can be found in Reserved Words in the Amazon Redshift Database Developer Guide
GetCredentialsRequest.Builder durationSeconds(Integer durationSeconds)
The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and the maximum is 3600 seconds.
durationSeconds - The number of seconds until the returned temporary password expires. The minimum is 900 seconds, and
the maximum is 3600 seconds.GetCredentialsRequest.Builder workgroupName(String workgroupName)
The name of the workgroup associated with the database.
workgroupName - The name of the workgroup associated with the database.GetCredentialsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetCredentialsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.