public static interface BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder,BatchDisassociateServiceActionFromProvisioningArtifactRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchDisassociateServiceActionFromProvisioningArtifactRequest.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.BatchDisassociateServiceActionFromProvisioningArtifactRequest.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.BatchDisassociateServiceActionFromProvisioningArtifactRequest.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) BatchDisassociateServiceActionFromProvisioningArtifactRequest.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
BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.