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 Summary
Modifier 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.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
addonName
The 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.
-
addonSubscriptionArn
The 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.
-
addonSubscriptionId
The 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.
-
createdTimestamp
The 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.
-