| Package | Description |
|---|---|
| software.amazon.awssdk.services.redshiftserverless |
This is an interface reference for Amazon Redshift Serverless.
|
| software.amazon.awssdk.services.redshiftserverless.model |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<UpdateNamespaceResponse> |
RedshiftServerlessAsyncClient.updateNamespace(Consumer<UpdateNamespaceRequest.Builder> updateNamespaceRequest)
Updates a namespace with the specified settings.
|
default UpdateNamespaceResponse |
RedshiftServerlessClient.updateNamespace(Consumer<UpdateNamespaceRequest.Builder> updateNamespaceRequest)
Updates a namespace with the specified settings.
|
| Modifier and Type | Method and Description |
|---|---|
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(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.iamRoles(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(Collection<String> 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.namespaceName(String namespaceName)
The name of the namespace to update.
|
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateNamespaceRequest.Builder |
UpdateNamespaceRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateNamespaceRequest.Builder> |
UpdateNamespaceRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.