Uses of Interface
software.amazon.awssdk.services.servicediscovery.model.NamespaceProperties.Builder
-
Packages that use NamespaceProperties.Builder Package Description software.amazon.awssdk.services.servicediscovery.model -
-
Uses of NamespaceProperties.Builder in software.amazon.awssdk.services.servicediscovery.model
Methods in software.amazon.awssdk.services.servicediscovery.model that return NamespaceProperties.Builder Modifier and Type Method Description static NamespaceProperties.BuilderNamespaceProperties. builder()default NamespaceProperties.BuilderNamespaceProperties.Builder. dnsProperties(Consumer<DnsProperties.Builder> dnsProperties)A complex type that contains the ID for the RouteĀ 53 hosted zone that Cloud Map creates when you create a namespace.NamespaceProperties.BuilderNamespaceProperties.Builder. dnsProperties(DnsProperties dnsProperties)A complex type that contains the ID for the RouteĀ 53 hosted zone that Cloud Map creates when you create a namespace.default NamespaceProperties.BuilderNamespaceProperties.Builder. httpProperties(Consumer<HttpProperties.Builder> httpProperties)A complex type that contains the name of an HTTP namespace.NamespaceProperties.BuilderNamespaceProperties.Builder. httpProperties(HttpProperties httpProperties)A complex type that contains the name of an HTTP namespace.NamespaceProperties.BuilderNamespaceProperties. toBuilder()Methods in software.amazon.awssdk.services.servicediscovery.model that return types with arguments of type NamespaceProperties.Builder Modifier and Type Method Description static Class<? extends NamespaceProperties.Builder>NamespaceProperties. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.servicediscovery.model with type arguments of type NamespaceProperties.Builder Modifier and Type Method Description default Namespace.BuilderNamespace.Builder. properties(Consumer<NamespaceProperties.Builder> properties)A complex type that contains information that's specific to the type of the namespace.default NamespaceSummary.BuilderNamespaceSummary.Builder. properties(Consumer<NamespaceProperties.Builder> properties)The properties of the namespace.
-