Interface DescribeSoftwareAssociationsResponse.Builder

  • Method Details

    • associatedResource

      DescribeSoftwareAssociationsResponse.Builder associatedResource(String associatedResource)

      The ARN of the resource to describe software associations.

      Parameters:
      associatedResource - The ARN of the resource to describe software associations.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • softwareAssociations

      Collection of license included applications association details including:

      • License included application name and version information

      • Deployment status (SoftwareDeploymentStatus enum)

      • Error details for failed deployments

      • Association timestamps

      Parameters:
      softwareAssociations - Collection of license included applications association details including:

      • License included application name and version information

      • Deployment status (SoftwareDeploymentStatus enum)

      • Error details for failed deployments

      • Association timestamps

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • softwareAssociations

      DescribeSoftwareAssociationsResponse.Builder softwareAssociations(SoftwareAssociations... softwareAssociations)

      Collection of license included applications association details including:

      • License included application name and version information

      • Deployment status (SoftwareDeploymentStatus enum)

      • Error details for failed deployments

      • Association timestamps

      Parameters:
      softwareAssociations - Collection of license included applications association details including:

      • License included application name and version information

      • Deployment status (SoftwareDeploymentStatus enum)

      • Error details for failed deployments

      • Association timestamps

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • softwareAssociations

      Collection of license included applications association details including:

      • License included application name and version information

      • Deployment status (SoftwareDeploymentStatus enum)

      • Error details for failed deployments

      • Association timestamps

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

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

      Parameters:
      softwareAssociations - a consumer that will call methods on SoftwareAssociations.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • nextToken

      The pagination token to use to retrieve the next page of results for this operation.

      Parameters:
      nextToken - The pagination token to use to retrieve the next page of results for this operation.
      Returns:
      Returns a reference to this object so that method calls can be chained together.