Interface GetResourceApiKeyResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentCoreResponse.Builder
,Buildable
,CopyableBuilder<GetResourceApiKeyResponse.Builder,
,GetResourceApiKeyResponse> SdkBuilder<GetResourceApiKeyResponse.Builder,
,GetResourceApiKeyResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetResourceApiKeyResponse
@Mutable
@NotThreadSafe
public static interface GetResourceApiKeyResponse.Builder
extends BedrockAgentCoreResponse.Builder, SdkPojo, CopyableBuilder<GetResourceApiKeyResponse.Builder,GetResourceApiKeyResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe API Key associated with the resource requested.Methods inherited from interface software.amazon.awssdk.services.bedrockagentcore.model.BedrockAgentCoreResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
apiKey
The API Key associated with the resource requested.
- Parameters:
apiKey
- The API Key associated with the resource requested.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-