public static interface PutRepositoryTriggersRequest.Builder extends CodeCommitRequest.Builder, SdkPojo, CopyableBuilder<PutRepositoryTriggersRequest.Builder,PutRepositoryTriggersRequest>
| Modifier and Type | Method and Description |
|---|---|
PutRepositoryTriggersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
PutRepositoryTriggersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
PutRepositoryTriggersRequest.Builder |
repositoryName(String repositoryName)
The name of the repository where you want to create or update the trigger.
|
PutRepositoryTriggersRequest.Builder |
triggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
|
PutRepositoryTriggersRequest.Builder |
triggers(Consumer<RepositoryTrigger.Builder>... triggers)
The JSON block of configuration information for each trigger.
|
PutRepositoryTriggersRequest.Builder |
triggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutRepositoryTriggersRequest.Builder repositoryName(String repositoryName)
The name of the repository where you want to create or update the trigger.
repositoryName - The name of the repository where you want to create or update the trigger.PutRepositoryTriggersRequest.Builder triggers(Collection<RepositoryTrigger> triggers)
The JSON block of configuration information for each trigger.
triggers - The JSON block of configuration information for each trigger.PutRepositoryTriggersRequest.Builder triggers(RepositoryTrigger... triggers)
The JSON block of configuration information for each trigger.
triggers - The JSON block of configuration information for each trigger.PutRepositoryTriggersRequest.Builder triggers(Consumer<RepositoryTrigger.Builder>... triggers)
The JSON block of configuration information for each trigger.
This is a convenience method that creates an instance of theRepositoryTrigger.Builder avoiding the need to
create one manually via RepositoryTrigger.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #triggers(List.
triggers - a consumer that will call methods on
RepositoryTrigger.Builder#triggers(java.util.Collection) PutRepositoryTriggersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderPutRepositoryTriggersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.