Interface FlushStageCacheRequest.Builder
-
- All Superinterfaces:
ApiGatewayRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<FlushStageCacheRequest.Builder,FlushStageCacheRequest>,SdkBuilder<FlushStageCacheRequest.Builder,FlushStageCacheRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- FlushStageCacheRequest
public static interface FlushStageCacheRequest.Builder extends ApiGatewayRequest.Builder, SdkPojo, CopyableBuilder<FlushStageCacheRequest.Builder,FlushStageCacheRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlushStageCacheRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)FlushStageCacheRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)FlushStageCacheRequest.BuilderrestApiId(String restApiId)The string identifier of the associated RestApi.FlushStageCacheRequest.BuilderstageName(String stageName)The name of the stage to flush its cache.-
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
-
restApiId
FlushStageCacheRequest.Builder restApiId(String restApiId)
The string identifier of the associated RestApi.
- Parameters:
restApiId- The string identifier of the associated RestApi.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stageName
FlushStageCacheRequest.Builder stageName(String stageName)
The name of the stage to flush its cache.
- Parameters:
stageName- The name of the stage to flush its cache.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
FlushStageCacheRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
FlushStageCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-