Interface ComponentSummary.Builder

    • Method Detail

      • applicationId

        ComponentSummary.Builder applicationId​(String applicationId)

        The ID of the application.

        Parameters:
        applicationId - The ID of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • componentId

        ComponentSummary.Builder componentId​(String componentId)

        The ID of the component.

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

        ComponentSummary.Builder componentType​(String componentType)

        The type of the component.

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

        ComponentSummary.Builder tags​(Map<String,​String> tags)

        The tags of the component.

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

        ComponentSummary.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the component summary.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the component summary.
        Returns:
        Returns a reference to this object so that method calls can be chained together.