public static interface FailedServiceActionAssociation.Builder extends SdkPojo, CopyableBuilder<FailedServiceActionAssociation.Builder,FailedServiceActionAssociation>
Modifier and Type | Method and Description |
---|---|
FailedServiceActionAssociation.Builder |
errorCode(ServiceActionAssociationErrorCode errorCode)
The error code.
|
FailedServiceActionAssociation.Builder |
errorCode(String errorCode)
The error code.
|
FailedServiceActionAssociation.Builder |
errorMessage(String errorMessage)
A text description of the error.
|
FailedServiceActionAssociation.Builder |
productId(String productId)
The product identifier.
|
FailedServiceActionAssociation.Builder |
provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact.
|
FailedServiceActionAssociation.Builder |
serviceActionId(String serviceActionId)
The self-service action identifier.
|
copy
applyMutation, build
FailedServiceActionAssociation.Builder serviceActionId(String serviceActionId)
The self-service action identifier. For example, act-fs7abcd89wxyz
.
serviceActionId
- The self-service action identifier. For example, act-fs7abcd89wxyz
.FailedServiceActionAssociation.Builder productId(String productId)
The product identifier. For example, prod-abcdzk7xy33qa
.
productId
- The product identifier. For example, prod-abcdzk7xy33qa
.FailedServiceActionAssociation.Builder provisioningArtifactId(String provisioningArtifactId)
The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.
provisioningArtifactId
- The identifier of the provisioning artifact. For example, pa-4abcdjnxjj6ne
.FailedServiceActionAssociation.Builder errorCode(String errorCode)
The error code. Valid values are listed below.
errorCode
- The error code. Valid values are listed below.ServiceActionAssociationErrorCode
,
ServiceActionAssociationErrorCode
FailedServiceActionAssociation.Builder errorCode(ServiceActionAssociationErrorCode errorCode)
The error code. Valid values are listed below.
errorCode
- The error code. Valid values are listed below.ServiceActionAssociationErrorCode
,
ServiceActionAssociationErrorCode
FailedServiceActionAssociation.Builder errorMessage(String errorMessage)
A text description of the error.
errorMessage
- A text description of the error.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.