Uses of Interface
software.amazon.awssdk.services.opsworks.model.InstanceIdentity.Builder
-
Packages that use InstanceIdentity.Builder Package Description software.amazon.awssdk.services.opsworks.model -
-
Uses of InstanceIdentity.Builder in software.amazon.awssdk.services.opsworks.model
Methods in software.amazon.awssdk.services.opsworks.model that return InstanceIdentity.Builder Modifier and Type Method Description static InstanceIdentity.BuilderInstanceIdentity. builder()InstanceIdentity.BuilderInstanceIdentity.Builder. document(String document)A JSON document that contains the metadata.InstanceIdentity.BuilderInstanceIdentity.Builder. signature(String signature)A signature that can be used to verify the document's accuracy and authenticity.InstanceIdentity.BuilderInstanceIdentity. toBuilder()Methods in software.amazon.awssdk.services.opsworks.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.opsworks.model with type arguments of type InstanceIdentity.Builder Modifier and Type Method Description default RegisterInstanceRequest.BuilderRegisterInstanceRequest.Builder. instanceIdentity(Consumer<InstanceIdentity.Builder> instanceIdentity)An InstanceIdentity object that contains the instance's identity.
-