Interface FlushApiCacheRequest.Builder
-
- All Superinterfaces:
AppSyncRequest.Builder
,AwsRequest.Builder
,Buildable
,CopyableBuilder<FlushApiCacheRequest.Builder,FlushApiCacheRequest>
,SdkBuilder<FlushApiCacheRequest.Builder,FlushApiCacheRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- FlushApiCacheRequest
public static interface FlushApiCacheRequest.Builder extends AppSyncRequest.Builder, SdkPojo, CopyableBuilder<FlushApiCacheRequest.Builder,FlushApiCacheRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlushApiCacheRequest.Builder
apiId(String apiId)
The API ID.FlushApiCacheRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
FlushApiCacheRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.services.appsync.model.AppSyncRequest.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, sdkFields
-
-
-
-
Method Detail
-
apiId
FlushApiCacheRequest.Builder apiId(String apiId)
The API ID.
- Parameters:
apiId
- The API ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
FlushApiCacheRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
FlushApiCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-