public static interface CreateActivationResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<CreateActivationResponse.Builder,CreateActivationResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateActivationResponse.Builder |
activationCode(String activationCode)
The code the system generates when it processes the activation.
|
CreateActivationResponse.Builder |
activationId(String activationId)
The ID number generated by the system when it processed the activation.
|
copyapply, buildCreateActivationResponse.Builder activationId(String activationId)
The ID number generated by the system when it processed the activation. The activation ID functions like a user name.
activationId - The ID number generated by the system when it processed the activation. The activation ID functions
like a user name.CreateActivationResponse.Builder activationCode(String activationCode)
The code the system generates when it processes the activation. The activation code functions like a password to validate the activation ID.
activationCode - The code the system generates when it processes the activation. The activation code functions like a
password to validate the activation ID.Copyright © 2017. All rights reserved.