Interface SubscriptionDescription.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SubscriptionDescription.Builder,,SubscriptionDescription> SdkBuilder<SubscriptionDescription.Builder,,SubscriptionDescription> SdkPojo
- Enclosing class:
SubscriptionDescription
@Mutable
@NotThreadSafe
public static interface SubscriptionDescription.Builder
extends SdkPojo, CopyableBuilder<SubscriptionDescription.Builder,SubscriptionDescription>
-
Method Summary
Modifier and TypeMethodDescriptionactivatedAt(Instant activatedAt) deactivatedAt(Instant deactivatedAt) lastUpdatedAt(Instant lastUpdatedAt) status(SubscriptionStatus status) subscriptionId(String subscriptionId) 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, sdkFieldNameToField, sdkFields
-
Method Details
-
domainId
- Parameters:
domainId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subscriptionId
- Parameters:
subscriptionId-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
- Parameters:
arn-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
- Parameters:
status-- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdAt
- Parameters:
createdAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedAt
- Parameters:
lastUpdatedAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
activatedAt
- Parameters:
activatedAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deactivatedAt
- Parameters:
deactivatedAt-- Returns:
- Returns a reference to this object so that method calls can be chained together.
-