static InstanceInfo.Builder |
InstanceInfo.builder() |
|
InstanceInfo.Builder |
InstanceInfo.Builder.deregisterTime(Instant deregisterTime) |
If the on-premises instance was deregistered, the time at which the on-premises instance was deregistered.
|
InstanceInfo.Builder |
InstanceInfo.Builder.iamSessionArn(String iamSessionArn) |
The ARN of the IAM session associated with the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.Builder.iamUserArn(String iamUserArn) |
The user ARN associated with the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.Builder.instanceArn(String instanceArn) |
The ARN of the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.Builder.instanceName(String instanceName) |
The name of the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.Builder.registerTime(Instant registerTime) |
The time at which the on-premises instance was registered.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Collection<Tag> tags) |
The tags currently associated with the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Consumer<Tag.Builder>... tags) |
The tags currently associated with the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.Builder.tags(Tag... tags) |
The tags currently associated with the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.toBuilder() |
|