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, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theLicenseSpecification.Builder avoiding the need
to create one manually via
LicenseSpecification.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #licenseSpecifications(List.
licenseSpecifications - a consumer that will call methods on
LicenseSpecification.Builder#licenseSpecifications(java.util.Collection) ListLicenseSpecificationsForResourceResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.