Interface UpdateNamespaceRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateNamespaceRequest.Builder,UpdateNamespaceRequest>,RedshiftServerlessRequest.Builder,SdkBuilder<UpdateNamespaceRequest.Builder,UpdateNamespaceRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateNamespaceRequest
public static interface UpdateNamespaceRequest.Builder extends RedshiftServerlessRequest.Builder, SdkPojo, CopyableBuilder<UpdateNamespaceRequest.Builder,UpdateNamespaceRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateNamespaceRequest.BuilderadminPasswordSecretKmsKeyId(String adminPasswordSecretKmsKeyId)The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret.UpdateNamespaceRequest.BuilderadminUsername(String adminUsername)The username of the administrator for the first database created in the namespace.UpdateNamespaceRequest.BuilderadminUserPassword(String adminUserPassword)The password of the administrator for the first database created in the namespace.UpdateNamespaceRequest.BuilderdefaultIamRoleArn(String defaultIamRoleArn)The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace.UpdateNamespaceRequest.BuilderiamRoles(String... iamRoles)A list of IAM roles to associate with the namespace.UpdateNamespaceRequest.BuilderiamRoles(Collection<String> iamRoles)A list of IAM roles to associate with the namespace.UpdateNamespaceRequest.BuilderkmsKeyId(String kmsKeyId)The ID of the Amazon Web Services Key Management Service key used to encrypt your data.UpdateNamespaceRequest.BuilderlogExports(Collection<LogExport> logExports)The types of logs the namespace can export.UpdateNamespaceRequest.BuilderlogExports(LogExport... logExports)The types of logs the namespace can export.UpdateNamespaceRequest.BuilderlogExportsWithStrings(String... logExports)The types of logs the namespace can export.UpdateNamespaceRequest.BuilderlogExportsWithStrings(Collection<String> logExports)The types of logs the namespace can export.UpdateNamespaceRequest.BuildermanageAdminPassword(Boolean manageAdminPassword)Iftrue, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials.UpdateNamespaceRequest.BuildernamespaceName(String namespaceName)The name of the namespace to update.UpdateNamespaceRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateNamespaceRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.redshiftserverless.model.RedshiftServerlessRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
adminPasswordSecretKmsKeyId
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. You can only use this parameter if
manageAdminPasswordis true.- Parameters:
adminPasswordSecretKmsKeyId- The ID of the Key Management Service (KMS) key used to encrypt and store the namespace's admin credentials secret. You can only use this parameter ifmanageAdminPasswordis true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminUserPassword
UpdateNamespaceRequest.Builder adminUserPassword(String adminUserPassword)
The password of the administrator for the first database created in the namespace. This parameter must be updated together with
adminUsername.You can't use
adminUserPasswordifmanageAdminPasswordis true.- Parameters:
adminUserPassword- The password of the administrator for the first database created in the namespace. This parameter must be updated together withadminUsername.You can't use
adminUserPasswordifmanageAdminPasswordis true.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
adminUsername
UpdateNamespaceRequest.Builder adminUsername(String adminUsername)
The username of the administrator for the first database created in the namespace. This parameter must be updated together with
adminUserPassword.- Parameters:
adminUsername- The username of the administrator for the first database created in the namespace. This parameter must be updated together withadminUserPassword.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
defaultIamRoleArn
UpdateNamespaceRequest.Builder defaultIamRoleArn(String defaultIamRoleArn)
The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together with
iamRoles.- Parameters:
defaultIamRoleArn- The Amazon Resource Name (ARN) of the IAM role to set as a default in the namespace. This parameter must be updated together withiamRoles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoles
UpdateNamespaceRequest.Builder iamRoles(Collection<String> iamRoles)
A list of IAM roles to associate with the namespace. This parameter must be updated together with
defaultIamRoleArn.- Parameters:
iamRoles- A list of IAM roles to associate with the namespace. This parameter must be updated together withdefaultIamRoleArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iamRoles
UpdateNamespaceRequest.Builder iamRoles(String... iamRoles)
A list of IAM roles to associate with the namespace. This parameter must be updated together with
defaultIamRoleArn.- Parameters:
iamRoles- A list of IAM roles to associate with the namespace. This parameter must be updated together withdefaultIamRoleArn.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
kmsKeyId
UpdateNamespaceRequest.Builder kmsKeyId(String kmsKeyId)
The ID of the Amazon Web Services Key Management Service key used to encrypt your data.
- Parameters:
kmsKeyId- The ID of the Amazon Web Services Key Management Service key used to encrypt your data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logExportsWithStrings
UpdateNamespaceRequest.Builder logExportsWithStrings(Collection<String> logExports)
The types of logs the namespace can export. The export types are
userlog,connectionlog, anduseractivitylog.- Parameters:
logExports- The types of logs the namespace can export. The export types areuserlog,connectionlog, anduseractivitylog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logExportsWithStrings
UpdateNamespaceRequest.Builder logExportsWithStrings(String... logExports)
The types of logs the namespace can export. The export types are
userlog,connectionlog, anduseractivitylog.- Parameters:
logExports- The types of logs the namespace can export. The export types areuserlog,connectionlog, anduseractivitylog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logExports
UpdateNamespaceRequest.Builder logExports(Collection<LogExport> logExports)
The types of logs the namespace can export. The export types are
userlog,connectionlog, anduseractivitylog.- Parameters:
logExports- The types of logs the namespace can export. The export types areuserlog,connectionlog, anduseractivitylog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
logExports
UpdateNamespaceRequest.Builder logExports(LogExport... logExports)
The types of logs the namespace can export. The export types are
userlog,connectionlog, anduseractivitylog.- Parameters:
logExports- The types of logs the namespace can export. The export types areuserlog,connectionlog, anduseractivitylog.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
manageAdminPassword
UpdateNamespaceRequest.Builder manageAdminPassword(Boolean manageAdminPassword)
If
true, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't useadminUserPasswordifmanageAdminPasswordis true. IfmanageAdminPasswordis false or not set, Amazon Redshift usesadminUserPasswordfor the admin user account's password.- Parameters:
manageAdminPassword- Iftrue, Amazon Redshift uses Secrets Manager to manage the namespace's admin credentials. You can't useadminUserPasswordifmanageAdminPasswordis true. IfmanageAdminPasswordis false or not set, Amazon Redshift usesadminUserPasswordfor the admin user account's password.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
namespaceName
UpdateNamespaceRequest.Builder namespaceName(String namespaceName)
The name of the namespace to update. You can't update the name of a namespace once it is created.
- Parameters:
namespaceName- The name of the namespace to update. You can't update the name of a namespace once it is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateNamespaceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateNamespaceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-