public static interface UpdateNamespaceRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateNamespaceRequest.Builder,UpdateNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateNamespaceRequest.Builder |
adminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest.Builder |
adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace.
|
UpdateNamespaceRequest.Builder |
defaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
UpdateNamespaceRequest.Builder |
iamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
iamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
UpdateNamespaceRequest.Builder |
logExports(Collection<LogExport> logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
logExports(LogExport... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
logExportsWithStrings(String... logExports)
The types of logs the namespace can export.
|
UpdateNamespaceRequest.Builder |
namespaceName(String namespaceName)
The name of the namespace.
|
UpdateNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateNamespaceRequest.Builder adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace.
adminUserPassword - The password of the administrator for the first database created in the namespace.UpdateNamespaceRequest.Builder adminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
adminUsername - The username of the administrator for the first database created in the namespace.UpdateNamespaceRequest.Builder defaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
defaultIamRoleArn - The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.UpdateNamespaceRequest.Builder iamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
iamRoles - A list of IAM roles to associate with the namespace.UpdateNamespaceRequest.Builder iamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
iamRoles - A list of IAM roles to associate with the namespace.UpdateNamespaceRequest.Builder kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
kmsKeyId - The ID of the Amazon Web Services Key Management Service key used to encrypt your data.UpdateNamespaceRequest.Builder logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder logExportsWithStrings(String... logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder logExports(Collection<LogExport> logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder logExports(LogExport... logExports)
The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. The export types are userlog,
connectionlog, and useractivitylog.UpdateNamespaceRequest.Builder namespaceName(String namespaceName)
The name of the namespace.
namespaceName - The name of the namespace.UpdateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.