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, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, build
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.
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 that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called
immediately and its result is passed to #failedServiceActionAssociations(List)
.failedServiceActionAssociations
- a consumer that will call methods on List.Builder
#failedServiceActionAssociations(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.