Interface BatchGetVariableRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetVariableRequest.Builder,BatchGetVariableRequest>,FraudDetectorRequest.Builder,SdkBuilder<BatchGetVariableRequest.Builder,BatchGetVariableRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetVariableRequest
public static interface BatchGetVariableRequest.Builder extends FraudDetectorRequest.Builder, SdkPojo, CopyableBuilder<BatchGetVariableRequest.Builder,BatchGetVariableRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetVariableRequest.Buildernames(String... names)The list of variable names to get.BatchGetVariableRequest.Buildernames(Collection<String> names)The list of variable names to get.BatchGetVariableRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetVariableRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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
-
names
BatchGetVariableRequest.Builder names(Collection<String> names)
The list of variable names to get.
- Parameters:
names- The list of variable names to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
names
BatchGetVariableRequest.Builder names(String... names)
The list of variable names to get.
- Parameters:
names- The list of variable names to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetVariableRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetVariableRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-