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)
Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource
type.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
licenseConfigurationAssociations(Consumer<LicenseConfigurationAssociation.Builder>... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource
type.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
licenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of
consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource
type.
|
ListAssociationsForLicenseConfigurationResponse.Builder |
nextToken(String nextToken)
Token for the next set of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponsecopyapplyMutation, buildListAssociationsForLicenseConfigurationResponse.Builder licenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
licenseConfigurationAssociations - Lists association objects for the license configuration, each containing the association time, number
of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and
resource type.ListAssociationsForLicenseConfigurationResponse.Builder licenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
licenseConfigurationAssociations - Lists association objects for the license configuration, each containing the association time, number
of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and
resource type.ListAssociationsForLicenseConfigurationResponse.Builder licenseConfigurationAssociations(Consumer<LicenseConfigurationAssociation.Builder>... licenseConfigurationAssociations)
Lists association objects for the license configuration, each containing the association time, number of consumed licenses, resource ARN, resource ID, account ID that owns the resource, resource size, and resource type.
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 #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 © 2019. All rights reserved.