Interface ServiceActionAssociation.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<ServiceActionAssociation.Builder,
,ServiceActionAssociation> SdkBuilder<ServiceActionAssociation.Builder,
,ServiceActionAssociation> SdkPojo
- Enclosing class:
ServiceActionAssociation
public static interface ServiceActionAssociation.Builder
extends SdkPojo, CopyableBuilder<ServiceActionAssociation.Builder,ServiceActionAssociation>
-
Method Summary
Modifier and TypeMethodDescriptionThe product identifier.provisioningArtifactId
(String provisioningArtifactId) The identifier of the provisioning artifact.serviceActionId
(String serviceActionId) The self-service action identifier.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 Details
-
serviceActionId
The self-service action identifier. For example,
act-fs7abcd89wxyz
.- Parameters:
serviceActionId
- The self-service action identifier. For example,act-fs7abcd89wxyz
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
productId
The product identifier. For example,
prod-abcdzk7xy33qa
.- Parameters:
productId
- The product identifier. For example,prod-abcdzk7xy33qa
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioningArtifactId
The identifier of the provisioning artifact. For example,
pa-4abcdjnxjj6ne
.- Parameters:
provisioningArtifactId
- The identifier of the provisioning artifact. For example,pa-4abcdjnxjj6ne
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-