Uses of Interface
software.amazon.awssdk.services.datapipeline.model.InstanceIdentity.Builder
-
Packages that use InstanceIdentity.Builder Package Description software.amazon.awssdk.services.datapipeline.model -
-
Uses of InstanceIdentity.Builder in software.amazon.awssdk.services.datapipeline.model
Methods in software.amazon.awssdk.services.datapipeline.model that return InstanceIdentity.Builder Modifier and Type Method Description static InstanceIdentity.BuilderInstanceIdentity. builder()InstanceIdentity.BuilderInstanceIdentity.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.BuilderInstanceIdentity.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.BuilderInstanceIdentity. toBuilder()Methods in software.amazon.awssdk.services.datapipeline.model that return types with arguments of type InstanceIdentity.Builder Modifier and Type Method Description static Class<? extends InstanceIdentity.Builder>InstanceIdentity. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.datapipeline.model with type arguments of type InstanceIdentity.Builder Modifier and Type Method Description default PollForTaskRequest.BuilderPollForTaskRequest.Builder. instanceIdentity(Consumer<InstanceIdentity.Builder> instanceIdentity)Identity information for the EC2 instance that is hosting the task runner.
-