Interface GetAssociatedResourceRequest.Builder

    • Method Detail

      • application

        GetAssociatedResourceRequest.Builder application​(String application)

        The name, ID, or ARN of the application.

        Parameters:
        application - The name, ID, or ARN of the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceType

        GetAssociatedResourceRequest.Builder resourceType​(String resourceType)

        The type of resource associated with the application.

        Parameters:
        resourceType - The type of resource associated with the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ResourceType, ResourceType
      • resource

        GetAssociatedResourceRequest.Builder resource​(String resource)

        The name or ID of the resource associated with the application.

        Parameters:
        resource - The name or ID of the resource associated with the application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        GetAssociatedResourceRequest.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.
      • resourceTagStatusWithStrings

        GetAssociatedResourceRequest.Builder resourceTagStatusWithStrings​(Collection<String> resourceTagStatus)

        States whether an application tag is applied, not applied, in the process of being applied, or skipped.

        Parameters:
        resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTagStatusWithStrings

        GetAssociatedResourceRequest.Builder resourceTagStatusWithStrings​(String... resourceTagStatus)

        States whether an application tag is applied, not applied, in the process of being applied, or skipped.

        Parameters:
        resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTagStatus

        GetAssociatedResourceRequest.Builder resourceTagStatus​(Collection<ResourceItemStatus> resourceTagStatus)

        States whether an application tag is applied, not applied, in the process of being applied, or skipped.

        Parameters:
        resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • resourceTagStatus

        GetAssociatedResourceRequest.Builder resourceTagStatus​(ResourceItemStatus... resourceTagStatus)

        States whether an application tag is applied, not applied, in the process of being applied, or skipped.

        Parameters:
        resourceTagStatus - States whether an application tag is applied, not applied, in the process of being applied, or skipped.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxResults

        GetAssociatedResourceRequest.Builder maxResults​(Integer maxResults)

        The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.

        Parameters:
        maxResults - The maximum number of results to return. If the parameter is omitted, it defaults to 25. The value is optional.
        Returns:
        Returns a reference to this object so that method calls can be chained together.