public static interface CreateActivationResponse.Builder extends SsmResponse.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.
|
build
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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.