Interface BatchGetApplicationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CodeDeployRequest.Builder,CopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>,SdkBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetApplicationsRequest
public static interface BatchGetApplicationsRequest.Builder extends CodeDeployRequest.Builder, SdkPojo, CopyableBuilder<BatchGetApplicationsRequest.Builder,BatchGetApplicationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetApplicationsRequest.BuilderapplicationNames(String... applicationNames)A list of application names separated by spaces.BatchGetApplicationsRequest.BuilderapplicationNames(Collection<String> applicationNames)A list of application names separated by spaces.BatchGetApplicationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetApplicationsRequest.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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
applicationNames
BatchGetApplicationsRequest.Builder applicationNames(Collection<String> applicationNames)
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
- Parameters:
applicationNames- A list of application names separated by spaces. The maximum number of application names you can specify is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
applicationNames
BatchGetApplicationsRequest.Builder applicationNames(String... applicationNames)
A list of application names separated by spaces. The maximum number of application names you can specify is 100.
- Parameters:
applicationNames- A list of application names separated by spaces. The maximum number of application names you can specify is 100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetApplicationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetApplicationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-