Interface BatchGetOnPremisesInstancesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>,SdkBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetOnPremisesInstancesRequest
public static interface BatchGetOnPremisesInstancesRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetOnPremisesInstancesRequest.Builder,BatchGetOnPremisesInstancesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetOnPremisesInstancesRequest.BuilderinstanceNames(String... instanceNames)The names of the on-premises instances about which to get information.BatchGetOnPremisesInstancesRequest.BuilderinstanceNames(Collection<String> instanceNames)The names of the on-premises instances about which to get information.BatchGetOnPremisesInstancesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetOnPremisesInstancesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.codedeploy.model.CodeDeployRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
instanceNames
BatchGetOnPremisesInstancesRequest.Builder instanceNames(Collection<String> instanceNames)
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
- Parameters:
instanceNames- The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
instanceNames
BatchGetOnPremisesInstancesRequest.Builder instanceNames(String... instanceNames)
The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.
- Parameters:
instanceNames- The names of the on-premises instances about which to get information. The maximum number of instance names you can specify is 25.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetOnPremisesInstancesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetOnPremisesInstancesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-