Interface AddonInstance.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AddonInstance.Builder,AddonInstance>,SdkBuilder<AddonInstance.Builder,AddonInstance>,SdkPojo
- Enclosing class:
- AddonInstance
public static interface AddonInstance.Builder extends SdkPojo, CopyableBuilder<AddonInstance.Builder,AddonInstance>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddonInstance.BuilderaddonInstanceArn(String addonInstanceArn)The Amazon Resource Name (ARN) of the Add On instance.AddonInstance.BuilderaddonInstanceId(String addonInstanceId)The unique ID of the Add On instance.AddonInstance.BuilderaddonName(String addonName)The name of the Add On for the instance.AddonInstance.BuilderaddonSubscriptionId(String addonSubscriptionId)The subscription ID for the instance.AddonInstance.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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
addonInstanceArn
AddonInstance.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.
-
addonInstanceId
AddonInstance.Builder addonInstanceId(String 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
AddonInstance.Builder addonName(String 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
AddonInstance.Builder addonSubscriptionId(String 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
AddonInstance.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.
-
-