public static interface CanaryStatus.Builder extends SdkPojo, CopyableBuilder<CanaryStatus.Builder,CanaryStatus>
| Modifier and Type | Method and Description |
|---|---|
CanaryStatus.Builder |
state(CanaryState state)
The current state of the canary.
|
CanaryStatus.Builder |
state(String state)
The current state of the canary.
|
CanaryStatus.Builder |
stateReason(String stateReason)
If the canary has insufficient permissions to run, this field provides more details.
|
CanaryStatus.Builder |
stateReasonCode(CanaryStateReasonCode stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
|
CanaryStatus.Builder |
stateReasonCode(String stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCanaryStatus.Builder state(String state)
The current state of the canary.
state - The current state of the canary.CanaryState,
CanaryStateCanaryStatus.Builder state(CanaryState state)
The current state of the canary.
state - The current state of the canary.CanaryState,
CanaryStateCanaryStatus.Builder stateReason(String stateReason)
If the canary has insufficient permissions to run, this field provides more details.
stateReason - If the canary has insufficient permissions to run, this field provides more details.CanaryStatus.Builder stateReasonCode(String stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
stateReasonCode - If the canary cannot run or has failed, this field displays the reason.CanaryStateReasonCode,
CanaryStateReasonCodeCanaryStatus.Builder stateReasonCode(CanaryStateReasonCode stateReasonCode)
If the canary cannot run or has failed, this field displays the reason.
stateReasonCode - If the canary cannot run or has failed, this field displays the reason.CanaryStateReasonCode,
CanaryStateReasonCodeCopyright © 2021. All rights reserved.