Interface UpdateKeyValueStoreRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CloudFrontRequest.Builder
,CopyableBuilder<UpdateKeyValueStoreRequest.Builder,UpdateKeyValueStoreRequest>
,SdkBuilder<UpdateKeyValueStoreRequest.Builder,UpdateKeyValueStoreRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- UpdateKeyValueStoreRequest
public static interface UpdateKeyValueStoreRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateKeyValueStoreRequest.Builder,UpdateKeyValueStoreRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateKeyValueStoreRequest.Builder
comment(String comment)
The comment of the Key Value Store to update.UpdateKeyValueStoreRequest.Builder
ifMatch(String ifMatch)
The Key Value Store to update, if a match occurs.UpdateKeyValueStoreRequest.Builder
name(String name)
The name of the Key Value Store to update.UpdateKeyValueStoreRequest.Builder
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
UpdateKeyValueStoreRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cloudfront.model.CloudFrontRequest.Builder
build
-
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
-
name
UpdateKeyValueStoreRequest.Builder name(String name)
The name of the Key Value Store to update.
- Parameters:
name
- The name of the Key Value Store to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
comment
UpdateKeyValueStoreRequest.Builder comment(String comment)
The comment of the Key Value Store to update.
- Parameters:
comment
- The comment of the Key Value Store to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
UpdateKeyValueStoreRequest.Builder ifMatch(String ifMatch)
The Key Value Store to update, if a match occurs.
- Parameters:
ifMatch
- The Key Value Store to update, if a match occurs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateKeyValueStoreRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateKeyValueStoreRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-