Interface GetUsagePlanKeyResponse.Builder
-
- All Superinterfaces:
ApiGatewayResponse.Builder,AwsResponse.Builder,Buildable,CopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>,SdkBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetUsagePlanKeyResponse
public static interface GetUsagePlanKeyResponse.Builder extends ApiGatewayResponse.Builder, SdkPojo, CopyableBuilder<GetUsagePlanKeyResponse.Builder,GetUsagePlanKeyResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetUsagePlanKeyResponse.Builderid(String id)The Id of a usage plan key.GetUsagePlanKeyResponse.Buildername(String name)The name of a usage plan key.GetUsagePlanKeyResponse.Buildertype(String type)The type of a usage plan key.GetUsagePlanKeyResponse.Buildervalue(String value)The value of a usage plan key.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayResponse.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 Detail
-
id
GetUsagePlanKeyResponse.Builder id(String id)
The Id of a usage plan key.
- Parameters:
id- The Id of a usage plan key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
GetUsagePlanKeyResponse.Builder type(String type)
The type of a usage plan key. Currently, the valid key type is
API_KEY.- Parameters:
type- The type of a usage plan key. Currently, the valid key type isAPI_KEY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
GetUsagePlanKeyResponse.Builder value(String value)
The value of a usage plan key.
- Parameters:
value- The value of a usage plan key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
GetUsagePlanKeyResponse.Builder name(String name)
The name of a usage plan key.
- Parameters:
name- The name of a usage plan key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-