| Package | Description |
|---|---|
| software.amazon.awssdk.services.codedeploy.model |
| Modifier and Type | Method and Description |
|---|---|
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 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(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() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceInfo.Builder> |
InstanceInfo.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetOnPremisesInstanceResponse.Builder |
GetOnPremisesInstanceResponse.Builder.instanceInfo(Consumer<InstanceInfo.Builder> instanceInfo)
Information about the on-premises instance.
|
Copyright © 2020. All rights reserved.