Interface CreateEntityResponse.Builder

    • Method Detail

      • entityId

        CreateEntityResponse.Builder entityId​(String entityId)

        The ID of the entity.

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

        CreateEntityResponse.Builder arn​(String arn)

        The ARN of the entity.

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

        CreateEntityResponse.Builder creationDateTime​(Instant creationDateTime)

        The date and time when the entity was created.

        Parameters:
        creationDateTime - The date and time when the entity was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • state

        CreateEntityResponse.Builder state​(String state)

        The current state of the entity.

        Parameters:
        state - The current state of the entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State
      • state

        CreateEntityResponse.Builder state​(State state)

        The current state of the entity.

        Parameters:
        state - The current state of the entity.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        State, State