Interface GetLicenseAssetGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetLicenseAssetGroupResponse.Builder,,GetLicenseAssetGroupResponse> LicenseManagerResponse.Builder,SdkBuilder<GetLicenseAssetGroupResponse.Builder,,GetLicenseAssetGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetLicenseAssetGroupResponse
@Mutable
@NotThreadSafe
public static interface GetLicenseAssetGroupResponse.Builder
extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<GetLicenseAssetGroupResponse.Builder,GetLicenseAssetGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionlicenseAssetGroup(Consumer<LicenseAssetGroup.Builder> licenseAssetGroup) License asset group.licenseAssetGroup(LicenseAssetGroup licenseAssetGroup) License asset group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.licensemanager.model.LicenseManagerResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
licenseAssetGroup
License asset group.
- Parameters:
licenseAssetGroup- License asset group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
licenseAssetGroup
default GetLicenseAssetGroupResponse.Builder licenseAssetGroup(Consumer<LicenseAssetGroup.Builder> licenseAssetGroup) License asset group.
This is a convenience method that creates an instance of theLicenseAssetGroup.Builderavoiding the need to create one manually viaLicenseAssetGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolicenseAssetGroup(LicenseAssetGroup).- Parameters:
licenseAssetGroup- a consumer that will call methods onLicenseAssetGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-