CopyableBuilder<TestRepositoryTriggersResponse.Builder,TestRepositoryTriggersResponse>
, SdkBuilder<TestRepositoryTriggersResponse.Builder,TestRepositoryTriggersResponse>
public static interface TestRepositoryTriggersResponse.Builder extends CopyableBuilder<TestRepositoryTriggersResponse.Builder,TestRepositoryTriggersResponse>
Modifier and Type | Method | Description |
---|---|---|
TestRepositoryTriggersResponse.Builder |
failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions) |
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResponse.Builder |
failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions) |
The list of triggers that were not able to be tested.
|
TestRepositoryTriggersResponse.Builder |
successfulExecutions(String... successfulExecutions) |
The list of triggers that were successfully tested.
|
TestRepositoryTriggersResponse.Builder |
successfulExecutions(Collection<String> successfulExecutions) |
The list of triggers that were successfully tested.
|
copy
apply, build
TestRepositoryTriggersResponse.Builder successfulExecutions(Collection<String> successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that
were successfully tested, separated by commas.TestRepositoryTriggersResponse.Builder successfulExecutions(String... successfulExecutions)
The list of triggers that were successfully tested. This list provides the names of the triggers that were successfully tested, separated by commas.
NOTE: This method appends the values to the existing list (if any). Use
#setSuccessfulExecutions(java.util.Collection)
or
#withSuccessfulExecutions(java.util.Collection)
if you want to override the existing values.
successfulExecutions
- The list of triggers that were successfully tested. This list provides the names of the triggers that
were successfully tested, separated by commas.TestRepositoryTriggersResponse.Builder failedExecutions(Collection<RepositoryTriggerExecutionFailure> failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers
that could not be tested, separated by commas.TestRepositoryTriggersResponse.Builder failedExecutions(RepositoryTriggerExecutionFailure... failedExecutions)
The list of triggers that were not able to be tested. This list provides the names of the triggers that could not be tested, separated by commas.
NOTE: This method appends the values to the existing list (if any). Use
#setFailedExecutions(java.util.Collection)
or #withFailedExecutions(java.util.Collection)
if
you want to override the existing values.
failedExecutions
- The list of triggers that were not able to be tested. This list provides the names of the triggers
that could not be tested, separated by commas.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.