Interface NamespaceSummary.Builder

    • Method Detail

      • id

        NamespaceSummary.Builder id​(String id)

        The ID of the namespace.

        Parameters:
        id - The ID of the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        NamespaceSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.

        Parameters:
        arn - The Amazon Resource Name (ARN) that Cloud Map assigns to the namespace when you create it.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        NamespaceSummary.Builder name​(String name)

        The name of the namespace. When you create a namespace, Cloud Map automatically creates a RouteĀ 53 hosted zone that has the same name as the namespace.

        Parameters:
        name - The name of the namespace. When you create a namespace, Cloud Map automatically creates a RouteĀ 53 hosted zone that has the same name as the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • type

        NamespaceSummary.Builder type​(String type)

        The type of the namespace, either public or private.

        Parameters:
        type - The type of the namespace, either public or private.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NamespaceType, NamespaceType
      • type

        NamespaceSummary.Builder type​(NamespaceType type)

        The type of the namespace, either public or private.

        Parameters:
        type - The type of the namespace, either public or private.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NamespaceType, NamespaceType
      • description

        NamespaceSummary.Builder description​(String description)

        A description for the namespace.

        Parameters:
        description - A description for the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceCount

        NamespaceSummary.Builder serviceCount​(Integer serviceCount)

        The number of services that were created using the namespace.

        Parameters:
        serviceCount - The number of services that were created using the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • properties

        NamespaceSummary.Builder properties​(NamespaceProperties properties)

        The properties of the namespace.

        Parameters:
        properties - The properties of the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createDate

        NamespaceSummary.Builder createDate​(Instant createDate)

        The date and time that the namespace was created.

        Parameters:
        createDate - The date and time that the namespace was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.