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 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 #variableEntries(List) .variableEntries - a consumer that will call methods on List.Builder #variableEntries(List) 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 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 #tags(List) .tags - a consumer that will call methods on List.Builder #tags(List) BatchCreateVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderBatchCreateVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.