Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.ServiceAttributes.Builder
-
Packages that use ServiceAttributes.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of ServiceAttributes.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return ServiceAttributes.Builder Modifier and Type Method Description ServiceAttributes.BuilderServiceAttributes.Builder. attributes(Map<String,String> attributes)A string map that contains the following information for the service that you specify inServiceArn:static ServiceAttributes.BuilderServiceAttributes. builder()ServiceAttributes.BuilderServiceAttributes.Builder. serviceArn(String serviceArn)The ARN of the service that the attributes are associated with.ServiceAttributes.BuilderServiceAttributes. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type ServiceAttributes.Builder Modifier and Type Method Description static Class<? extends ServiceAttributes.Builder>ServiceAttributes. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type ServiceAttributes.Builder Modifier and Type Method Description default GetServiceAttributesResponse.BuilderGetServiceAttributesResponse.Builder. serviceAttributes(Consumer<ServiceAttributes.Builder> serviceAttributes)A complex type that contains the service ARN and a list of attribute key-value pairs associated with the service.
-