public static interface CreateNamespaceRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<CreateNamespaceRequest.Builder,CreateNamespaceRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateNamespaceRequest.Builder |
adminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace.
|
CreateNamespaceRequest.Builder |
adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace.
|
CreateNamespaceRequest.Builder |
dbName(String dbName)
The name of the first database created in the namespace.
|
CreateNamespaceRequest.Builder |
defaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.
|
CreateNamespaceRequest.Builder |
iamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace.
|
CreateNamespaceRequest.Builder |
iamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace.
|
CreateNamespaceRequest.Builder |
kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
|
CreateNamespaceRequest.Builder |
logExports(Collection<LogExport> logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest.Builder |
logExports(LogExport... logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest.Builder |
logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest.Builder |
logExportsWithStrings(String... logExports)
The types of logs the namespace can export.
|
CreateNamespaceRequest.Builder |
namespaceName(String namespaceName)
The name of the namespace.
|
CreateNamespaceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateNamespaceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateNamespaceRequest.Builder |
tags(Collection<Tag> tags)
A list of tag instances.
|
CreateNamespaceRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
|
CreateNamespaceRequest.Builder |
tags(Tag... tags)
A list of tag instances.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateNamespaceRequest.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.CreateNamespaceRequest.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.CreateNamespaceRequest.Builder dbName(String dbName)
The name of the first database created in the namespace.
dbName - The name of the first database created in the namespace.CreateNamespaceRequest.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.CreateNamespaceRequest.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.CreateNamespaceRequest.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.CreateNamespaceRequest.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.CreateNamespaceRequest.Builder logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.CreateNamespaceRequest.Builder logExportsWithStrings(String... logExports)
The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.CreateNamespaceRequest.Builder logExports(Collection<LogExport> logExports)
The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.CreateNamespaceRequest.Builder logExports(LogExport... logExports)
The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.
logExports - The types of logs the namespace can export. Available export types are userlog,
connectionlog, and useractivitylog.CreateNamespaceRequest.Builder namespaceName(String namespaceName)
The name of the namespace.
namespaceName - The name of the namespace.CreateNamespaceRequest.Builder tags(Collection<Tag> tags)
A list of tag instances.
tags - A list of tag instances.CreateNamespaceRequest.Builder tags(Tag... tags)
A list of tag instances.
tags - A list of tag instances.CreateNamespaceRequest.Builder tags(Consumer<Tag.Builder>... tags)
A list of tag instances.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.