Interface NamespaceInfoV2.Builder

    • Method Detail

      • name

        NamespaceInfoV2.Builder name​(String name)

        The name of the error.

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

        NamespaceInfoV2.Builder arn​(String arn)

        The namespace ARN.

        Parameters:
        arn - The namespace ARN.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • capacityRegion

        NamespaceInfoV2.Builder capacityRegion​(String capacityRegion)

        The namespace Amazon Web Services Region.

        Parameters:
        capacityRegion - The namespace Amazon Web Services Region.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationStatus

        NamespaceInfoV2.Builder creationStatus​(String creationStatus)

        The creation status of a namespace that is not yet completely created.

        Parameters:
        creationStatus - The creation status of a namespace that is not yet completely created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NamespaceStatus, NamespaceStatus
      • creationStatus

        NamespaceInfoV2.Builder creationStatus​(NamespaceStatus creationStatus)

        The creation status of a namespace that is not yet completely created.

        Parameters:
        creationStatus - The creation status of a namespace that is not yet completely created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        NamespaceStatus, NamespaceStatus
      • identityStore

        NamespaceInfoV2.Builder identityStore​(String identityStore)

        The identity store used for the namespace.

        Parameters:
        identityStore - The identity store used for the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityStore, IdentityStore
      • identityStore

        NamespaceInfoV2.Builder identityStore​(IdentityStore identityStore)

        The identity store used for the namespace.

        Parameters:
        identityStore - The identity store used for the namespace.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        IdentityStore, IdentityStore
      • namespaceError

        NamespaceInfoV2.Builder namespaceError​(NamespaceError namespaceError)

        An error that occurred when the namespace was created.

        Parameters:
        namespaceError - An error that occurred when the namespace was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.