Interface DeleteLicenseResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteLicenseResponse.Builder,DeleteLicenseResponse>,LicenseManagerResponse.Builder,SdkBuilder<DeleteLicenseResponse.Builder,DeleteLicenseResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteLicenseResponse
public static interface DeleteLicenseResponse.Builder extends LicenseManagerResponse.Builder, SdkPojo, CopyableBuilder<DeleteLicenseResponse.Builder,DeleteLicenseResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteLicenseResponse.BuilderdeletionDate(String deletionDate)Date when the license is deleted.DeleteLicenseResponse.Builderstatus(String status)License status.DeleteLicenseResponse.Builderstatus(LicenseDeletionStatus status)License status.-
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
-
status
DeleteLicenseResponse.Builder status(String status)
License status.
- Parameters:
status- License status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LicenseDeletionStatus,LicenseDeletionStatus
-
status
DeleteLicenseResponse.Builder status(LicenseDeletionStatus status)
License status.
- Parameters:
status- License status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
LicenseDeletionStatus,LicenseDeletionStatus
-
deletionDate
DeleteLicenseResponse.Builder deletionDate(String deletionDate)
Date when the license is deleted.
- Parameters:
deletionDate- Date when the license is deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-