CopyableBuilder<CreateActivationResponse.Builder,CreateActivationResponse>
, SdkBuilder<CreateActivationResponse.Builder,CreateActivationResponse>
public static interface CreateActivationResponse.Builder extends CopyableBuilder<CreateActivationResponse.Builder,CreateActivationResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
CreateActivationResponse.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 Amazon Web Services, Inc. All Rights Reserved.