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