public static interface ListLicenseConfigurationsResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseConfigurationsResponse.Builder,ListLicenseConfigurationsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResponse.Builder |
licenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
|
ListLicenseConfigurationsResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListLicenseConfigurationsResponse.Builder licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)
Information about the license configurations.
licenseConfigurations - Information about the license configurations.ListLicenseConfigurationsResponse.Builder licenseConfigurations(LicenseConfiguration... licenseConfigurations)
Information about the license configurations.
licenseConfigurations - Information about the license configurations.ListLicenseConfigurationsResponse.Builder licenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)
Information about the license configurations.
This is a convenience method that creates an instance of theLicenseConfiguration.Builder avoiding the need
to create one manually via
LicenseConfiguration.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #licenseConfigurations(List.
licenseConfigurations - a consumer that will call methods on
LicenseConfiguration.Builder#licenseConfigurations(java.util.Collection) ListLicenseConfigurationsResponse.Builder nextToken(String nextToken)
Token for the next set of results.
nextToken - Token for the next set of results.Copyright © 2023. All rights reserved.