| Package | Description |
|---|---|
| software.amazon.awssdk.services.servicediscovery.model |
| Modifier and Type | Method and Description |
|---|---|
Instance.Builder |
Instance.Builder.attributes(Map<String,String> attributes)
A string map that contains the following information for the service that you specify in
ServiceId: |
static Instance.Builder |
Instance.builder() |
Instance.Builder |
Instance.Builder.creatorRequestId(String creatorRequestId)
A unique string that identifies the request and that allows failed
RegisterInstance requests to
be retried without the risk of executing the operation twice. |
Instance.Builder |
Instance.Builder.id(String id)
An identifier that you want to associate with the instance.
|
Instance.Builder |
Instance.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Instance.Builder> |
Instance.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default GetInstanceResponse.Builder |
GetInstanceResponse.Builder.instance(Consumer<Instance.Builder> instance)
A complex type that contains information about a specified instance.
|
Copyright © 2021. All rights reserved.