Interface MatchedStatement.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MatchedStatement.Builder,,MatchedStatement> SdkBuilder<MatchedStatement.Builder,,MatchedStatement> SdkPojo
- Enclosing class:
MatchedStatement
@Mutable
@NotThreadSafe
public static interface MatchedStatement.Builder
extends SdkPojo, CopyableBuilder<MatchedStatement.Builder,MatchedStatement>
-
Method Summary
Modifier and TypeMethodDescriptionevaluatedEffect(String evaluatedEffect) The evaluated effect of this statement.evaluatedEffect(StatementEffect evaluatedEffect) The evaluated effect of this statement.The statement ID (Sid).Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
sid
The statement ID (Sid). If the statement has no Sid, one is generated for reference.
- Parameters:
sid- The statement ID (Sid). If the statement has no Sid, one is generated for reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluatedEffect
The evaluated effect of this statement. Valid values:
-
ALLOW- The statement allows the action. -
DENY- The statement denies the action.
- Parameters:
evaluatedEffect- The evaluated effect of this statement. Valid values:-
ALLOW- The statement allows the action. -
DENY- The statement denies the action.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
evaluatedEffect
The evaluated effect of this statement. Valid values:
-
ALLOW- The statement allows the action. -
DENY- The statement denies the action.
- Parameters:
evaluatedEffect- The evaluated effect of this statement. Valid values:-
ALLOW- The statement allows the action. -
DENY- The statement denies the action.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-