@Generated(value="software.amazon.awssdk:codegen") public final class NewGatingRule extends Object implements SdkPojo, Serializable, ToCopyableBuilder<NewGatingRule.Builder,NewGatingRule>
A new gating rule for a control panel.
| Modifier and Type | Class and Description |
|---|---|
static interface |
NewGatingRule.Builder |
| Modifier and Type | Method and Description |
|---|---|
static NewGatingRule.Builder |
builder() |
String |
controlPanelArn()
The Amazon Resource Name (ARN) of the control panel.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
List<String> |
gatingControls()
The gating controls for the new gating rule.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
boolean |
hasGatingControls()
For responses, this returns true if the service returned a value for the GatingControls property.
|
int |
hashCode() |
boolean |
hasTargetControls()
For responses, this returns true if the service returned a value for the TargetControls property.
|
String |
name()
The name for the new gating rule.
|
RuleConfig |
ruleConfig()
The criteria that you set for specific gating controls (routing controls) that designates how many controls must
be enabled to allow you to change (set or unset) the target controls.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends NewGatingRule.Builder> |
serializableBuilderClass() |
List<String> |
targetControls()
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified
GatingControls.
|
NewGatingRule.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
Integer |
waitPeriodMs()
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will
fail.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String controlPanelArn()
The Amazon Resource Name (ARN) of the control panel.
public final boolean hasGatingControls()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> gatingControls()
The gating controls for the new gating rule. That is, routing controls that are evaluated by the rule configuration that you specify.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasGatingControls() method.
public final String name()
The name for the new gating rule.
public final RuleConfig ruleConfig()
The criteria that you set for specific gating controls (routing controls) that designates how many controls must be enabled to allow you to change (set or unset) the target controls.
public final boolean hasTargetControls()
isEmpty() method on the property).
This is useful because the SDK will never return a null collection or map, but you may need to differentiate
between the service returning nothing (or null) and the service returning an empty collection or map. For
requests, this returns true if a value for the property was specified in the request builder, and false if a
value was not specified.public final List<String> targetControls()
Routing controls that can only be set or unset if the specified RuleConfig evaluates to true for the specified GatingControls. For example, say you have three gating controls, one for each of three Amazon Web Services Regions. Now you specify AtLeast 2 as your RuleConfig. With these settings, you can only change (set or unset) the routing controls that you have specified as TargetControls if that rule evaluates to true.
In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
This method will never return null. If you would like to know whether the service returned this field (so that
you can differentiate between null and empty), you can use the hasTargetControls() method.
In other words, your ability to change the routing controls that you have specified as TargetControls is gated by the rule that you set for the routing controls in GatingControls.
public final Integer waitPeriodMs()
An evaluation period, in milliseconds (ms), during which any request against the target routing controls will fail. This helps prevent "flapping" of state. The wait period is 5000 ms by default, but you can choose a custom value.
public NewGatingRule.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<NewGatingRule.Builder,NewGatingRule>public static NewGatingRule.Builder builder()
public static Class<? extends NewGatingRule.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2021. All rights reserved.