Interface CreateUsagePlanKeyRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>,SdkBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateUsagePlanKeyRequest
public static interface CreateUsagePlanKeyRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<CreateUsagePlanKeyRequest.Builder,CreateUsagePlanKeyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateUsagePlanKeyRequest.BuilderkeyId(String keyId)The identifier of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.BuilderkeyType(String keyType)The type of a UsagePlanKey resource for a plan customer.CreateUsagePlanKeyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateUsagePlanKeyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateUsagePlanKeyRequest.BuilderusagePlanId(String usagePlanId)The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.-
Methods inherited from interface software.amazon.awssdk.services.apigateway.model.ApiGatewayRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
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
-
-
-
-
Method Detail
-
usagePlanId
CreateUsagePlanKeyRequest.Builder usagePlanId(String usagePlanId)
The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.
- Parameters:
usagePlanId- The Id of the UsagePlan resource representing the usage plan containing the to-be-created UsagePlanKey resource representing a plan customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyId
CreateUsagePlanKeyRequest.Builder keyId(String keyId)
The identifier of a UsagePlanKey resource for a plan customer.
- Parameters:
keyId- The identifier of a UsagePlanKey resource for a plan customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyType
CreateUsagePlanKeyRequest.Builder keyType(String keyType)
The type of a UsagePlanKey resource for a plan customer.
- Parameters:
keyType- The type of a UsagePlanKey resource for a plan customer.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateUsagePlanKeyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateUsagePlanKeyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-