Interface MCPServerAPIKeyConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<MCPServerAPIKeyConfig.Builder,,MCPServerAPIKeyConfig> SdkBuilder<MCPServerAPIKeyConfig.Builder,,MCPServerAPIKeyConfig> SdkPojo
- Enclosing class:
MCPServerAPIKeyConfig
@Mutable
@NotThreadSafe
public static interface MCPServerAPIKeyConfig.Builder
extends SdkPojo, CopyableBuilder<MCPServerAPIKeyConfig.Builder,MCPServerAPIKeyConfig>
-
Method Summary
Modifier and TypeMethodDescriptionapiKeyHeader(String apiKeyHeader) HTTP header name to send the API key in requests to the service.apiKeyName(String apiKeyName) User friendly API key name specified by end user.apiKeyValue(String apiKeyValue) API key value for authenticating with the service.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
-
apiKeyName
User friendly API key name specified by end user.
- Parameters:
apiKeyName- User friendly API key name specified by end user.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeyValue
API key value for authenticating with the service.
- Parameters:
apiKeyValue- API key value for authenticating with the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiKeyHeader
HTTP header name to send the API key in requests to the service.
- Parameters:
apiKeyHeader- HTTP header name to send the API key in requests to the service.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-