Class GetServicePlainArgs.Builder

  • Enclosing class:
    GetServicePlainArgs

    public static final class GetServicePlainArgs.Builder
    extends java.lang.Object
    • Method Detail

      • namespaceId

        public GetServicePlainArgs.Builder namespaceId​(java.lang.String namespaceId)
        Parameters:
        namespaceId - ID of the namespace that the service belongs to.
        Returns:
        builder
      • tags

        public GetServicePlainArgs.Builder tags​(@Nullable
                                                java.util.Map<java.lang.String,​java.lang.String> tags)
        Parameters:
        tags - Map of tags to assign to the service. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public GetServicePlainArgs.Builder tagsAll​(@Nullable
                                                   java.util.Map<java.lang.String,​java.lang.String> tagsAll)
        Deprecated.
        this attribute has been deprecated
        Parameters:
        tagsAll - (**Deprecated**) Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.
        Returns:
        builder