Activation.Builder |
Activation.Builder.activationId(String activationId) |
The ID created by Systems Manager when you submitted the activation.
|
static Activation.Builder |
Activation.builder() |
|
Activation.Builder |
Activation.Builder.createdDate(Instant createdDate) |
The date the activation was created.
|
Activation.Builder |
Activation.Builder.defaultInstanceName(String defaultInstanceName) |
A name for the managed node when it is created.
|
Activation.Builder |
Activation.Builder.description(String description) |
A user defined description of the activation.
|
Activation.Builder |
Activation.Builder.expirationDate(Instant expirationDate) |
The date when this activation can no longer be used to register managed nodes.
|
Activation.Builder |
Activation.Builder.expired(Boolean expired) |
Whether or not the activation is expired.
|
Activation.Builder |
Activation.Builder.iamRole(String iamRole) |
The Identity and Access Management (IAM) role to assign to the managed node.
|
Activation.Builder |
Activation.Builder.registrationLimit(Integer registrationLimit) |
The maximum number of managed nodes that can be registered using this activation.
|
Activation.Builder |
Activation.Builder.registrationsCount(Integer registrationsCount) |
The number of managed nodes already registered with this activation.
|
Activation.Builder |
Activation.Builder.tags(Collection<Tag> tags) |
Tags assigned to the activation.
|
Activation.Builder |
Activation.Builder.tags(Consumer<Tag.Builder>... tags) |
Tags assigned to the activation.
|
Activation.Builder |
Activation.Builder.tags(Tag... tags) |
Tags assigned to the activation.
|
Activation.Builder |
Activation.toBuilder() |
|