public static interface BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder extends ServiceCatalogRequest.Builder, SdkPojo, CopyableBuilder<BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder,BatchDisassociateServiceActionFromProvisioningArtifactRequest>
build
overrideConfiguration
copy
applyMutation, build
BatchDisassociateServiceActionFromProvisioningArtifactRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.BatchDisassociateServiceActionFromProvisioningArtifactRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.