Interface GetAddonSubscriptionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetAddonSubscriptionResponse.Builder,
,GetAddonSubscriptionResponse> MailManagerResponse.Builder
,SdkBuilder<GetAddonSubscriptionResponse.Builder,
,GetAddonSubscriptionResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetAddonSubscriptionResponse
@Mutable
@NotThreadSafe
public static interface GetAddonSubscriptionResponse.Builder
extends MailManagerResponse.Builder, SdkPojo, CopyableBuilder<GetAddonSubscriptionResponse.Builder,GetAddonSubscriptionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the Add On for the subscription.addonSubscriptionArn
(String addonSubscriptionArn) Amazon Resource Name (ARN) for the 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.services.mailmanager.model.MailManagerResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
addonName
The name of the Add On for the subscription.
- Parameters:
addonName
- The name of the Add On for the subscription.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonSubscriptionArn
Amazon Resource Name (ARN) for the subscription.
- Parameters:
addonSubscriptionArn
- Amazon Resource Name (ARN) for the 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.
-