Interface InstanceIdentity.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InstanceIdentity.Builder,,InstanceIdentity> SdkBuilder<InstanceIdentity.Builder,,InstanceIdentity> SdkPojo
- Enclosing class:
 InstanceIdentity
public static interface InstanceIdentity.Builder
extends SdkPojo, CopyableBuilder<InstanceIdentity.Builder,InstanceIdentity> 
- 
Method Summary
Modifier and TypeMethodDescriptionA JSON document that contains the metadata.A signature that can be used to verify the document's accuracy and authenticity.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
document
A JSON document that contains the metadata.
- Parameters:
 document- A JSON document that contains the metadata.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
signature
A signature that can be used to verify the document's accuracy and authenticity.
- Parameters:
 signature- A signature that can be used to verify the document's accuracy and authenticity.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -