Interface HybridAdministratorAccountUpdate.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<HybridAdministratorAccountUpdate.Builder,
,HybridAdministratorAccountUpdate> SdkBuilder<HybridAdministratorAccountUpdate.Builder,
,HybridAdministratorAccountUpdate> SdkPojo
- Enclosing class:
HybridAdministratorAccountUpdate
@Mutable
@NotThreadSafe
public static interface HybridAdministratorAccountUpdate.Builder
extends SdkPojo, CopyableBuilder<HybridAdministratorAccountUpdate.Builder,HybridAdministratorAccountUpdate>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials for the AD administrator user, and enables hybrid domain controllers to join the managed AD domain.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
secretArn
The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials for the AD administrator user, and enables hybrid domain controllers to join the managed AD domain. For example:
{"customerAdAdminDomainUsername":"carlos_salazar","customerAdAdminDomainPassword":"ExamplePassword123!"}.
- Parameters:
secretArn
- The Amazon Resource Name (ARN) of the Amazon Web Services Secrets Manager secret that contains the credentials for the AD administrator user, and enables hybrid domain controllers to join the managed AD domain. For example:{"customerAdAdminDomainUsername":"carlos_salazar","customerAdAdminDomainPassword":"ExamplePassword123!"}.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-