Interface DeveloperInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DeveloperInfo.Builder,,DeveloperInfo> SdkBuilder<DeveloperInfo.Builder,,DeveloperInfo> SdkPojo
- Enclosing class:
DeveloperInfo
public static interface DeveloperInfo.Builder
extends SdkPojo, CopyableBuilder<DeveloperInfo.Builder,DeveloperInfo>
-
Method Summary
Modifier and TypeMethodDescriptiondeveloperName(String developerName) The name of the developer.The email of the developer.privacyPolicy(String privacyPolicy) The URL of the privacy policy.The website of the developer.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
developerName
The name of the developer.
- Parameters:
developerName- The name of the developer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
privacyPolicy
The URL of the privacy policy.
- Parameters:
privacyPolicy- The URL of the privacy policy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
email
The email of the developer.
- Parameters:
email- The email of the developer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
url
The website of the developer.
- Parameters:
url- The website of the developer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-