Interface DescribeSoftwareAssociationsResponse.Builder
- All Superinterfaces:
AppStreamResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<DescribeSoftwareAssociationsResponse.Builder,,DescribeSoftwareAssociationsResponse> SdkBuilder<DescribeSoftwareAssociationsResponse.Builder,,DescribeSoftwareAssociationsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeSoftwareAssociationsResponse
-
Method Summary
Modifier and TypeMethodDescriptionassociatedResource(String associatedResource) The ARN of the resource to describe software associations.The pagination token to use to retrieve the next page of results for this operation.softwareAssociations(Collection<SoftwareAssociations> softwareAssociations) Collection of license included applications association details including:softwareAssociations(Consumer<SoftwareAssociations.Builder>... softwareAssociations) Collection of license included applications association details including:softwareAssociations(SoftwareAssociations... softwareAssociations) Collection of license included applications association details including:Methods inherited from interface software.amazon.awssdk.services.appstream.model.AppStreamResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
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
DescribeSoftwareAssociationsResponse.Builder softwareAssociations(Collection<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
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
DescribeSoftwareAssociationsResponse.Builder softwareAssociations(Consumer<SoftwareAssociations.Builder>... 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
SoftwareAssociations.Builderavoiding the need to create one manually viaSoftwareAssociations.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosoftwareAssociations(List<SoftwareAssociations>).- Parameters:
softwareAssociations- a consumer that will call methods onSoftwareAssociations.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.
-