Interface AddonInstance.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<AddonInstance.Builder,
,AddonInstance> SdkBuilder<AddonInstance.Builder,
,AddonInstance> SdkPojo
- Enclosing class:
AddonInstance
@Mutable
@NotThreadSafe
public static interface AddonInstance.Builder
extends SdkPojo, CopyableBuilder<AddonInstance.Builder,AddonInstance>
-
Method Summary
Modifier and TypeMethodDescriptionaddonInstanceArn
(String addonInstanceArn) The Amazon Resource Name (ARN) of the Add On instance.addonInstanceId
(String addonInstanceId) The unique ID of the Add On instance.The name of the Add On for the instance.addonSubscriptionId
(String addonSubscriptionId) The subscription ID for the instance.createdTimestamp
(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.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-
addonInstanceId
The unique ID of the Add On instance.
- Parameters:
addonInstanceId
- The unique ID of the Add On instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonName
The name of the Add On for the instance.
- Parameters:
addonName
- The name of the Add On for the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
addonSubscriptionId
The subscription ID for the instance.
- Parameters:
addonSubscriptionId
- The subscription ID for the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
-