UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.adminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId) |
The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials
secret.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.adminUsername(String adminUsername) |
The username of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.adminUserPassword(String adminUserPassword) |
The password of the administrator for the first database created in the namespace.
|
static UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.builder() |
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.defaultIamRoleArn(String defaultIamRoleArn) |
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.iamRoles(String... iamRoles) |
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.iamRoles(Collection<String> iamRoles) |
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.kmsKeyId(String kmsKeyId) |
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.logExports(Collection<LogExport> logExports) |
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.logExports(LogExport... logExports) |
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.logExportsWithStrings(String... logExports) |
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.logExportsWithStrings(Collection<String> logExports) |
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.manageAdminPassword(Boolean manageAdminPassword) |
If true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.namespaceName(String namespaceName) |
The name of the namespace to update.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.toBuilder() |
|