Interface AgentAccessSetting.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentAccessSetting.Builder,,AgentAccessSetting> SdkBuilder<AgentAccessSetting.Builder,,AgentAccessSetting> SdkPojo
- Enclosing class:
AgentAccessSetting
@Mutable
@NotThreadSafe
public static interface AgentAccessSetting.Builder
extends SdkPojo, CopyableBuilder<AgentAccessSetting.Builder,AgentAccessSetting>
-
Method Summary
Modifier and TypeMethodDescriptionagentAction(String agentAction) The agent action to configure.agentAction(AgentAction agentAction) The agent action to configure.permission(String permission) Whether the agent action is enabled or disabled.permission(Permission permission) Whether the agent action is enabled or disabled.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
-
agentAction
The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.
- Parameters:
agentAction- The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentAction
The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.
- Parameters:
agentAction- The agent action to configure. Valid values are COMPUTER_VISION and COMPUTER_INPUT. If you enable COMPUTER_INPUT, you must also enable COMPUTER_VISION.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
Whether the agent action is enabled or disabled.
- Parameters:
permission- Whether the agent action is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
permission
Whether the agent action is enabled or disabled.
- Parameters:
permission- Whether the agent action is enabled or disabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-