Interface UpdateComponentTypeResponse.Builder

    • Method Detail

      • workspaceId

        UpdateComponentTypeResponse.Builder workspaceId​(String workspaceId)

        The ID of the workspace that contains the component type.

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

        UpdateComponentTypeResponse.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.
      • componentTypeId

        UpdateComponentTypeResponse.Builder componentTypeId​(String componentTypeId)

        The ID of the component type.

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

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

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