Interface ApplicationTagResult.Builder

    • Method Detail

      • applicationTagStatus

        ApplicationTagResult.Builder applicationTagStatus​(String applicationTagStatus)

        The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.

        Parameters:
        applicationTagStatus - The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationTagStatus, ApplicationTagStatus
      • applicationTagStatus

        ApplicationTagResult.Builder applicationTagStatus​(ApplicationTagStatus applicationTagStatus)

        The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.

        Parameters:
        applicationTagStatus - The application tag is in the process of being applied to a resource, was successfully applied to a resource, or failed to apply to a resource.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ApplicationTagStatus, ApplicationTagStatus
      • errorMessage

        ApplicationTagResult.Builder errorMessage​(String errorMessage)

        The message returned if the call fails.

        Parameters:
        errorMessage - The message returned if the call fails.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ApplicationTagResult.Builder resources​(Collection<ResourcesListItem> resources)

        The resources associated with an application

        Parameters:
        resources - The resources associated with an application
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resources

        ApplicationTagResult.Builder resources​(ResourcesListItem... resources)

        The resources associated with an application

        Parameters:
        resources - The resources associated with an application
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        ApplicationTagResult.Builder nextToken​(String nextToken)

        A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.

        Parameters:
        nextToken - A unique pagination token for each page of results. Make the call again with the returned token to retrieve the next page of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.