@Stability(value=Stable)
public static interface CfnRepository.RepositoryTriggerProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnRepository.RepositoryTriggerProperty.Builder
A builder for
CfnRepository.RepositoryTriggerProperty |
static class |
CfnRepository.RepositoryTriggerProperty.Jsii$Proxy
An implementation for
CfnRepository.RepositoryTriggerProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnRepository.RepositoryTriggerProperty.Builder |
builder() |
default List<String> |
getBranches()
`CfnRepository.RepositoryTriggerProperty.Branches`.
|
default String |
getCustomData()
`CfnRepository.RepositoryTriggerProperty.CustomData`.
|
String |
getDestinationArn()
`CfnRepository.RepositoryTriggerProperty.DestinationArn`.
|
List<String> |
getEvents()
`CfnRepository.RepositoryTriggerProperty.Events`.
|
String |
getName()
`CfnRepository.RepositoryTriggerProperty.Name`.
|
@Stability(value=Stable) @NotNull String getDestinationArn()
@Stability(value=Stable) @NotNull List<String> getEvents()
@Stability(value=Stable) @NotNull String getName()
@Stability(value=Stable) @Nullable default List<String> getBranches()
@Stability(value=Stable) @Nullable default String getCustomData()
@Stability(value=Stable) static CfnRepository.RepositoryTriggerProperty.Builder builder()
Copyright © 2021. All rights reserved.