Interface CreateApiKeyResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateApiKeyResponse.Builder,CreateApiKeyResponse>,SdkBuilder<CreateApiKeyResponse.Builder,CreateApiKeyResponse>,SdkPojo,SdkResponse.Builder,Wafv2Response.Builder
- Enclosing class:
- CreateApiKeyResponse
public static interface CreateApiKeyResponse.Builder extends Wafv2Response.Builder, SdkPojo, CopyableBuilder<CreateApiKeyResponse.Builder,CreateApiKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateApiKeyResponse.BuilderapiKey(String apiKey)The generated, encrypted API key.-
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
-
Methods inherited from interface software.amazon.awssdk.services.wafv2.model.Wafv2Response.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
apiKey
CreateApiKeyResponse.Builder apiKey(String apiKey)
The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.
- Parameters:
apiKey- The generated, encrypted API key. You can copy this for use in your JavaScript CAPTCHA integration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-