Interface ListLicenseAssetGroupsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListLicenseAssetGroupsResponse.Builder,,ListLicenseAssetGroupsResponse> LicenseManagerResponse.Builder,SdkBuilder<ListLicenseAssetGroupsResponse.Builder,,ListLicenseAssetGroupsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListLicenseAssetGroupsResponse
@Mutable
@NotThreadSafe
public static interface ListLicenseAssetGroupsResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseAssetGroupsResponse.Builder,ListLicenseAssetGroupsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseAssetGroups(Collection<LicenseAssetGroup> licenseAssetGroups) License asset groups.licenseAssetGroups(Consumer<LicenseAssetGroup.Builder>... licenseAssetGroups) License asset groups.licenseAssetGroups(LicenseAssetGroup... licenseAssetGroups) License asset groups.Token for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadataMethods 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
-
licenseAssetGroups
ListLicenseAssetGroupsResponse.Builder licenseAssetGroups(Collection<LicenseAssetGroup> licenseAssetGroups) License asset groups.
- Parameters:
licenseAssetGroups- License asset groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseAssetGroups
License asset groups.
- Parameters:
licenseAssetGroups- License asset groups.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseAssetGroups
ListLicenseAssetGroupsResponse.Builder licenseAssetGroups(Consumer<LicenseAssetGroup.Builder>... licenseAssetGroups) License asset groups.
This is a convenience method that creates an instance of theLicenseAssetGroup.Builderavoiding the need to create one manually viaLicenseAssetGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolicenseAssetGroups(List<LicenseAssetGroup>).- Parameters:
licenseAssetGroups- a consumer that will call methods onLicenseAssetGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Token for the next set of results.
- Parameters:
nextToken- Token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-