public static interface BatchCreateVariableRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateVariableRequest.Builder,BatchCreateVariableRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchCreateVariableRequest.Builder variableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
variableEntries - The list of variables for the batch create variable request.BatchCreateVariableRequest.Builder variableEntries(VariableEntry... variableEntries)
The list of variables for the batch create variable request.
variableEntries - The list of variables for the batch create variable request.BatchCreateVariableRequest.Builder variableEntries(Consumer<VariableEntry.Builder>... variableEntries)
The list of variables for the batch create variable request.
This is a convenience method that creates an instance of theVariableEntry.Builder avoiding the need to create
one manually via VariableEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #variableEntries(List.
variableEntries - a consumer that will call methods on
VariableEntry.Builder#variableEntries(java.util.Collection) BatchCreateVariableRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.BatchCreateVariableRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
tags - A collection of key and value pairs.BatchCreateVariableRequest.Builder tags(Consumer<Tag.Builder>... tags)
A collection of key and value pairs.
This is a convenience method that creates an instance of theTag.Builder avoiding the need to create one
manually via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) BatchCreateVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.