Interface ApplicationTagResult.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ApplicationTagResult.Builder,ApplicationTagResult>, SdkBuilder<ApplicationTagResult.Builder,ApplicationTagResult>, SdkPojo
Enclosing class:
ApplicationTagResult

public static interface ApplicationTagResult.Builder extends SdkPojo, CopyableBuilder<ApplicationTagResult.Builder,ApplicationTagResult>
  • Method Details

    • 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

      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:
    • 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

      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

      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

      The resources associated with an application

      This is a convenience method that creates an instance of the ResourcesListItem.Builder avoiding the need to create one manually via ResourcesListItem.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to resources(List<ResourcesListItem>).

      Parameters:
      resources - a consumer that will call methods on ResourcesListItem.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • 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.