Interface BatchCreateVariableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchCreateVariableRequest.Builder,BatchCreateVariableRequest>,FraudDetectorRequest.Builder,SdkBuilder<BatchCreateVariableRequest.Builder,BatchCreateVariableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchCreateVariableRequest
public static interface BatchCreateVariableRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<BatchCreateVariableRequest.Builder,BatchCreateVariableRequest>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.frauddetector.model.FraudDetectorRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
variableEntries
BatchCreateVariableRequest.Builder variableEntries(Collection<VariableEntry> variableEntries)
The list of variables for the batch create variable request.
- Parameters:
variableEntries- The list of variables for the batch create variable request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variableEntries
BatchCreateVariableRequest.Builder variableEntries(VariableEntry... variableEntries)
The list of variables for the batch create variable request.
- Parameters:
variableEntries- The list of variables for the batch create variable request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
variableEntries
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.Builderavoiding the need to create one manually viaVariableEntry.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#variableEntries(List.) - Parameters:
variableEntries- a consumer that will call methods onVariableEntry.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#variableEntries(java.util.Collection)
-
tags
BatchCreateVariableRequest.Builder tags(Collection<Tag> tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
BatchCreateVariableRequest.Builder tags(Tag... tags)
A collection of key and value pairs.
- Parameters:
tags- A collection of key and value pairs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
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.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - Parameters:
tags- a consumer that will call methods onTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#tags(java.util.Collection)
-
overrideConfiguration
BatchCreateVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchCreateVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-