public static interface ListLicenseSpecificationsForResourceResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseSpecificationsForResourceResponse.Builder,ListLicenseSpecificationsForResourceResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLicenseSpecificationsForResourceResponse.Builder |
licenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
|
ListLicenseSpecificationsForResourceResponse.Builder |
licenseSpecifications(Consumer<LicenseSpecification.Builder>... licenseSpecifications)
License configurations associated with a resource.
|
ListLicenseSpecificationsForResourceResponse.Builder |
licenseSpecifications(LicenseSpecification... licenseSpecifications)
License configurations associated with a resource.
|
ListLicenseSpecificationsForResourceResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListLicenseSpecificationsForResourceResponse.Builder licenseSpecifications(Collection<LicenseSpecification> licenseSpecifications)
License configurations associated with a resource.
licenseSpecifications - License configurations associated with a resource.ListLicenseSpecificationsForResourceResponse.Builder licenseSpecifications(LicenseSpecification... licenseSpecifications)
License configurations associated with a resource.
licenseSpecifications - License configurations associated with a resource.ListLicenseSpecificationsForResourceResponse.Builder licenseSpecifications(Consumer<LicenseSpecification.Builder>... licenseSpecifications)
License configurations associated with a resource.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #licenseSpecifications(List) .licenseSpecifications - a consumer that will call methods on List.Builder #licenseSpecifications(List) ListLicenseSpecificationsForResourceResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.