Interface InstanceMetadata.Builder

    • Method Detail

      • createdDate

        InstanceMetadata.Builder createdDate​(Instant createdDate)

        The date and time that the Identity Center instance was created.

        Parameters:
        createdDate - The date and time that the Identity Center instance was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • identityStoreId

        InstanceMetadata.Builder identityStoreId​(String identityStoreId)

        The identifier of the identity store that is connected to the Identity Center instance.

        Parameters:
        identityStoreId - The identifier of the identity store that is connected to the Identity Center instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        InstanceMetadata.Builder name​(String name)

        The name of the Identity Center instance.

        Parameters:
        name - The name of the Identity Center instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • ownerAccountId

        InstanceMetadata.Builder ownerAccountId​(String ownerAccountId)

        The Amazon Web Services account ID number of the owner of the Identity Center instance.

        Parameters:
        ownerAccountId - The Amazon Web Services account ID number of the owner of the Identity Center instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        InstanceMetadata.Builder status​(String status)

        The current status of this Identity Center instance.

        Parameters:
        status - The current status of this Identity Center instance.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        InstanceStatus, InstanceStatus