Interface AddonSubscription.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AddonSubscription.Builder,,- AddonSubscription> - SdkBuilder<AddonSubscription.Builder,,- AddonSubscription> - SdkPojo
- Enclosing class:
- AddonSubscription
@Mutable
@NotThreadSafe
public static interface AddonSubscription.Builder
extends SdkPojo, CopyableBuilder<AddonSubscription.Builder,AddonSubscription> 
- 
Method SummaryModifier and TypeMethodDescriptionThe name of the Add On.addonSubscriptionArn(String addonSubscriptionArn) The Amazon Resource Name (ARN) of the Add On subscription.addonSubscriptionId(String addonSubscriptionId) The unique ID of the Add On subscription.createdTimestamp(Instant createdTimestamp) The timestamp of when the Add On subscription was created.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
addonSubscriptionIdThe unique ID of the Add On subscription. - Parameters:
- addonSubscriptionId- The unique ID of the Add On subscription.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addonNameThe name of the Add On. - Parameters:
- addonName- The name of the Add On.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
addonSubscriptionArnThe Amazon Resource Name (ARN) of the Add On subscription. - Parameters:
- addonSubscriptionArn- The Amazon Resource Name (ARN) of the Add On subscription.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
createdTimestampThe timestamp of when the Add On subscription was created. - Parameters:
- createdTimestamp- The timestamp of when the Add On subscription was created.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-