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