Interface LicenseInfo.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<LicenseInfo.Builder,LicenseInfo>,SdkBuilder<LicenseInfo.Builder,LicenseInfo>,SdkPojo
- Enclosing class:
- LicenseInfo
public static interface LicenseInfo.Builder extends SdkPojo, CopyableBuilder<LicenseInfo.Builder,LicenseInfo>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LicenseInfo.Buildername(String name)Name of the license.LicenseInfo.Builderurl(String url)The URL for license data.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
name
LicenseInfo.Builder name(String name)
Name of the license.
- Parameters:
name- Name of the license.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
LicenseInfo.Builder url(String url)
The URL for license data.
- Parameters:
url- The URL for license data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-