public static interface InstanceIdentity.Builder extends SdkPojo, CopyableBuilder<InstanceIdentity.Builder,InstanceIdentity>
| Modifier and Type | Method and Description | 
|---|---|
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 | 
signature(String signature)
 A signature which can be used to verify the accuracy and authenticity of the information provided in the
 instance identity document. 
 | 
copyapplyMutation, buildInstanceIdentity.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.
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 signature(String signature)
A signature which can be used to verify the accuracy and authenticity of the information provided in the instance identity document.
signature - A signature which can be used to verify the accuracy and authenticity of the information provided in
        the instance identity document.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.