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