Interface ListAssociationsForLicenseConfigurationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListAssociationsForLicenseConfigurationResponse.Builder,ListAssociationsForLicenseConfigurationResponse>,LicenseManagerResponse.Builder,SdkBuilder<ListAssociationsForLicenseConfigurationResponse.Builder,ListAssociationsForLicenseConfigurationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAssociationsForLicenseConfigurationResponse
public static interface ListAssociationsForLicenseConfigurationResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListAssociationsForLicenseConfigurationResponse.Builder,ListAssociationsForLicenseConfigurationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssociationsForLicenseConfigurationResponse.BuilderlicenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)Information about the associations for the license configuration.ListAssociationsForLicenseConfigurationResponse.BuilderlicenseConfigurationAssociations(Consumer<LicenseConfigurationAssociation.Builder>... licenseConfigurationAssociations)Information about the associations for the license configuration.ListAssociationsForLicenseConfigurationResponse.BuilderlicenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)Information about the associations for the license configuration.ListAssociationsForLicenseConfigurationResponse.BuildernextToken(String nextToken)Token for the next set of results.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
licenseConfigurationAssociations
ListAssociationsForLicenseConfigurationResponse.Builder licenseConfigurationAssociations(Collection<LicenseConfigurationAssociation> licenseConfigurationAssociations)
Information about the associations for the license configuration.
- Parameters:
licenseConfigurationAssociations- Information about the associations for the license configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurationAssociations
ListAssociationsForLicenseConfigurationResponse.Builder licenseConfigurationAssociations(LicenseConfigurationAssociation... licenseConfigurationAssociations)
Information about the associations for the license configuration.
- Parameters:
licenseConfigurationAssociations- Information about the associations for the license configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurationAssociations
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.Builderavoiding the need to create one manually viaLicenseConfigurationAssociation.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#licenseConfigurationAssociations(List.) - Parameters:
licenseConfigurationAssociations- a consumer that will call methods onLicenseConfigurationAssociation.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#licenseConfigurationAssociations(java.util.Collection)
-
nextToken
ListAssociationsForLicenseConfigurationResponse.Builder nextToken(String nextToken)
Token for the next set of results.
- Parameters:
nextToken- Token for the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-