| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceInfo.Builder |
InstanceInfo.builder() |
InstanceInfo.Builder |
InstanceInfo.Builder.deregisterTime(Date 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 IAM 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(Date 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(Tag... tags)
The tags currently associated with the on-premises instance.
|
InstanceInfo.Builder |
InstanceInfo.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceInfo.Builder> |
InstanceInfo.serializableBuilderClass() |
Copyright © 2017. All rights reserved.