| Package | Description |
|---|---|
| software.amazon.awssdk.services.datapipeline.model |
| Modifier and Type | Method and Description |
|---|---|
static InstanceIdentity.Builder |
InstanceIdentity.builder() |
InstanceIdentity.Builder |
InstanceIdentity.Builder.document(String document)
A description of an EC2 instance that is generated when the instance is launched and exposed to the instance
via the instance metadata service in the form of a JSON representation of an object.
|
InstanceIdentity.Builder |
InstanceIdentity.Builder.signature(String signature)
A signature which can be used to verify the accuracy and authenticity of the information provided in the
instance identity document.
|
InstanceIdentity.Builder |
InstanceIdentity.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends InstanceIdentity.Builder> |
InstanceIdentity.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default PollForTaskRequest.Builder |
PollForTaskRequest.Builder.instanceIdentity(Consumer<InstanceIdentity.Builder> instanceIdentity)
Identity information for the EC2 instance that is hosting the task runner.
|
Copyright © 2021. All rights reserved.