Interface ConnectorParameterOverride.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ConnectorParameterOverride.Builder,,ConnectorParameterOverride> SdkBuilder<ConnectorParameterOverride.Builder,,ConnectorParameterOverride> SdkPojo
- Enclosing class:
ConnectorParameterOverride
@Mutable
@NotThreadSafe
public static interface ConnectorParameterOverride.Builder
extends SdkPojo, CopyableBuilder<ConnectorParameterOverride.Builder,ConnectorParameterOverride>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) An agent-facing description override for this parameter.A JSON Pointer path identifying the parameter (for example,/numberOfResultsor/filter).Whether this parameter is visible to the agent.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
-
path
A JSON Pointer path identifying the parameter (for example,
/numberOfResultsor/filter).- Parameters:
path- A JSON Pointer path identifying the parameter (for example,/numberOfResultsor/filter).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
An agent-facing description override for this parameter.
- Parameters:
description- An agent-facing description override for this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visible
Whether this parameter is visible to the agent. If not specified, uses the service default.
- Parameters:
visible- Whether this parameter is visible to the agent. If not specified, uses the service default.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-