Interface CreateComponentTypeResponse.Builder

    • Method Detail

      • arn

        CreateComponentTypeResponse.Builder arn​(String arn)

        The ARN of the component type.

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

        CreateComponentTypeResponse.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

        CreateComponentTypeResponse.Builder state​(String state)

        The current state of the component type.

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

        CreateComponentTypeResponse.Builder state​(State state)

        The current state of the component type.

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