Interface ListLicenseConfigurationsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListLicenseConfigurationsResponse.Builder,
,ListLicenseConfigurationsResponse> LicenseManagerResponse.Builder
,SdkBuilder<ListLicenseConfigurationsResponse.Builder,
,ListLicenseConfigurationsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListLicenseConfigurationsResponse
public static interface ListLicenseConfigurationsResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<ListLicenseConfigurationsResponse.Builder,ListLicenseConfigurationsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseConfigurations
(Collection<LicenseConfiguration> licenseConfigurations) Information about the license configurations.licenseConfigurations
(Consumer<LicenseConfiguration.Builder>... licenseConfigurations) Information about the license configurations.licenseConfigurations
(LicenseConfiguration... licenseConfigurations) Information about the license configurations.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 Details
-
licenseConfigurations
ListLicenseConfigurationsResponse.Builder licenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations) Information about the license configurations.
- Parameters:
licenseConfigurations
- Information about the license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurations
ListLicenseConfigurationsResponse.Builder licenseConfigurations(LicenseConfiguration... licenseConfigurations) Information about the license configurations.
- Parameters:
licenseConfigurations
- Information about the license configurations.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseConfigurations
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 viaLicenseConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tolicenseConfigurations(List<LicenseConfiguration>)
.- Parameters:
licenseConfigurations
- a consumer that will call methods onLicenseConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-