public static interface BatchGetRepositoriesRequest.Builder extends CodeCommitRequest.Builder, CopyableBuilder<BatchGetRepositoriesRequest.Builder,BatchGetRepositoriesRequest>
Modifier and Type | Method and Description |
---|---|
BatchGetRepositoriesRequest.Builder |
repositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
|
BatchGetRepositoriesRequest.Builder |
repositoryNames(String... repositoryNames)
The names of the repositories to get information about.
|
BatchGetRepositoriesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
BatchGetRepositoriesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
build
requestOverrideConfig
copy
apply, build
BatchGetRepositoriesRequest.Builder repositoryNames(Collection<String> repositoryNames)
The names of the repositories to get information about.
repositoryNames
- The names of the repositories to get information about.BatchGetRepositoriesRequest.Builder repositoryNames(String... repositoryNames)
The names of the repositories to get information about.
repositoryNames
- The names of the repositories to get information about.BatchGetRepositoriesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.BatchGetRepositoriesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.