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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListLicenseConfigurationsResponse.BuilderlicenseConfigurations(Collection<LicenseConfiguration> licenseConfigurations)Information about the license configurations.ListLicenseConfigurationsResponse.BuilderlicenseConfigurations(Consumer<LicenseConfiguration.Builder>... licenseConfigurations)Information about the license configurations.ListLicenseConfigurationsResponse.BuilderlicenseConfigurations(LicenseConfiguration... licenseConfigurations)Information about the license configurations.ListLicenseConfigurationsResponse.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
-
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.Builderavoiding the need to create one manually viaLicenseConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#licenseConfigurations(List.) - 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:
#licenseConfigurations(java.util.Collection)
-
nextToken
ListLicenseConfigurationsResponse.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.
-
-