Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.Instance.Builder
-
Packages that use Instance.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of Instance.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return Instance.Builder Modifier and Type Method Description Instance.BuilderInstance.Builder. attributes(Map<String,String> attributes)A string map that contains the following information for the service that you specify inServiceId:static Instance.BuilderInstance. builder()Instance.BuilderInstance.Builder. creatorRequestId(String creatorRequestId)A unique string that identifies the request and that allows failedRegisterInstancerequests to be retried without the risk of executing the operation twice.Instance.BuilderInstance.Builder. id(String id)An identifier that you want to associate with the instance.Instance.BuilderInstance. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type Instance.Builder Modifier and Type Method Description static Class<? extends Instance.Builder>Instance. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type Instance.Builder Modifier and Type Method Description default GetInstanceResponse.BuilderGetInstanceResponse.Builder. instance(Consumer<Instance.Builder> instance)A complex type that contains information about a specified instance.
-