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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InstanceIdentity.Builderdocument(String document)A JSON document that contains the metadata.InstanceIdentity.Buildersignature(String signature)A signature that can be used to verify the document's accuracy and authenticity.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
document
InstanceIdentity.Builder document(String 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
InstanceIdentity.Builder signature(String 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.
-
-