public static interface BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder,BatchAssociateServiceActionWithProvisioningArtifactRequest>
buildoverrideConfigurationcopyapplyMutation, buildBatchAssociateServiceActionWithProvisioningArtifactRequest.Builder serviceActionAssociations(Collection<ServiceActionAssociation> serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
serviceActionAssociations - One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning
Artifact ID.BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder serviceActionAssociations(ServiceActionAssociation... serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
serviceActionAssociations - One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning
Artifact ID.BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder serviceActionAssociations(Consumer<ServiceActionAssociation.Builder>... serviceActionAssociations)
One or more associations, each consisting of the Action ID, the Product ID, and the Provisioning Artifact ID.
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 #serviceActionAssociations(List) .serviceActionAssociations - a consumer that will call methods on List.Builder #serviceActionAssociations(List) BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder acceptLanguage(String acceptLanguage)
The language code.
en - English (default)
jp - Japanese
zh - Chinese
acceptLanguage - The language code.
en - English (default)
jp - Japanese
zh - Chinese
BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.BatchAssociateServiceActionWithProvisioningArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.