Interface GetAddonInstanceResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetAddonInstanceResponse.Builder,GetAddonInstanceResponse>,MailManagerResponse.Builder,SdkBuilder<GetAddonInstanceResponse.Builder,GetAddonInstanceResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAddonInstanceResponse
public static interface GetAddonInstanceResponse.Builder extends MailManagerResponse.Builder, SdkPojo, CopyableBuilder<GetAddonInstanceResponse.Builder,GetAddonInstanceResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAddonInstanceResponse.BuilderaddonInstanceArn(String addonInstanceArn)The Amazon Resource Name (ARN) of the Add On instance.GetAddonInstanceResponse.BuilderaddonName(String addonName)The name of the Add On provider associated to the subscription of the instance.GetAddonInstanceResponse.BuilderaddonSubscriptionId(String addonSubscriptionId)The subscription ID associated to the instance.GetAddonInstanceResponse.BuildercreatedTimestamp(Instant createdTimestamp)The timestamp of when the Add On instance 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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
addonInstanceArn
GetAddonInstanceResponse.Builder addonInstanceArn(String addonInstanceArn)
The Amazon Resource Name (ARN) of the Add On instance.
- Parameters:
addonInstanceArn- The Amazon Resource Name (ARN) of the Add On instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonName
GetAddonInstanceResponse.Builder addonName(String addonName)
The name of the Add On provider associated to the subscription of the instance.
- Parameters:
addonName- The name of the Add On provider associated to the subscription of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonSubscriptionId
GetAddonInstanceResponse.Builder addonSubscriptionId(String addonSubscriptionId)
The subscription ID associated to the instance.
- Parameters:
addonSubscriptionId- The subscription ID associated to the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTimestamp
GetAddonInstanceResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of when the Add On instance was created.
- Parameters:
createdTimestamp- The timestamp of when the Add On instance was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-