public static interface BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder extends ServiceCatalogResponse.Builder, SdkPojo, CopyableBuilder<BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder,BatchAssociateServiceActionWithProvisioningArtifactResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder |
failedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service
action.
|
BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder |
failedServiceActionAssociations(Consumer<FailedServiceActionAssociation.Builder>... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service
action.
|
BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder |
failedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service
action.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchAssociateServiceActionWithProvisioningArtifactResponse.Builder failedServiceActionAssociations(Collection<FailedServiceActionAssociation> failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
failedServiceActionAssociations - An object that contains a list of errors, along with information to help you identify the self-service
action.BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder failedServiceActionAssociations(FailedServiceActionAssociation... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
failedServiceActionAssociations - An object that contains a list of errors, along with information to help you identify the self-service
action.BatchAssociateServiceActionWithProvisioningArtifactResponse.Builder failedServiceActionAssociations(Consumer<FailedServiceActionAssociation.Builder>... failedServiceActionAssociations)
An object that contains a list of errors, along with information to help you identify the self-service action.
This is a convenience method that creates an instance of theFailedServiceActionAssociation.Builder avoiding
the need to create one manually via
FailedServiceActionAssociation.builder().
When the Consumer completes,
SdkBuilder.build()
is called immediately and its result is passed to #failedServiceActionAssociations(List.
failedServiceActionAssociations - a consumer that will call methods on
FailedServiceActionAssociation.Builder#failedServiceActionAssociations(java.util.Collection) Copyright © 2023. All rights reserved.