Uses of Interface
software.amazon.awssdk.services.ssm.model.Activation.Builder
Packages that use Activation.Builder
-
Uses of Activation.Builder in software.amazon.awssdk.services.ssm.model
Methods in software.amazon.awssdk.services.ssm.model that return Activation.BuilderModifier and TypeMethodDescriptionActivation.Builder.activationId(String activationId) The ID created by Systems Manager when you submitted the activation.static Activation.BuilderActivation.builder()Activation.Builder.createdDate(Instant createdDate) The date the activation was created.Activation.Builder.defaultInstanceName(String defaultInstanceName) A name for the managed node when it is created.Activation.Builder.description(String description) A user defined description of the activation.Activation.Builder.expirationDate(Instant expirationDate) The date when this activation can no longer be used to register managed nodes.Whether or not the activation is expired.The Identity and Access Management (IAM) role to assign to the managed node.Activation.Builder.registrationLimit(Integer registrationLimit) The maximum number of managed nodes that can be registered using this activation.Activation.Builder.registrationsCount(Integer registrationsCount) The number of managed nodes already registered with this activation.Activation.Builder.tags(Collection<Tag> tags) Tags assigned to the activation.Activation.Builder.tags(Consumer<Tag.Builder>... tags) Tags assigned to the activation.Tags assigned to the activation.Activation.toBuilder()Methods in software.amazon.awssdk.services.ssm.model that return types with arguments of type Activation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends Activation.Builder>Activation.serializableBuilderClass()