Interface UpdateKeyGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CloudFrontRequest.Builder,CopyableBuilder<UpdateKeyGroupRequest.Builder,UpdateKeyGroupRequest>,SdkBuilder<UpdateKeyGroupRequest.Builder,UpdateKeyGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateKeyGroupRequest
public static interface UpdateKeyGroupRequest.Builder extends CloudFrontRequest.Builder, SdkPojo, CopyableBuilder<UpdateKeyGroupRequest.Builder,UpdateKeyGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateKeyGroupRequest.Builderid(String id)The identifier of the key group that you are updating.UpdateKeyGroupRequest.BuilderifMatch(String ifMatch)The version of the key group that you are updating.default UpdateKeyGroupRequest.BuilderkeyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)The key group configuration.UpdateKeyGroupRequest.BuilderkeyGroupConfig(KeyGroupConfig keyGroupConfig)The key group configuration.UpdateKeyGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateKeyGroupRequest.BuilderoverrideConfiguration(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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
keyGroupConfig
UpdateKeyGroupRequest.Builder keyGroupConfig(KeyGroupConfig keyGroupConfig)
The key group configuration.
- Parameters:
keyGroupConfig- The key group configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyGroupConfig
default UpdateKeyGroupRequest.Builder keyGroupConfig(Consumer<KeyGroupConfig.Builder> keyGroupConfig)
The key group configuration.
This is a convenience method that creates an instance of theKeyGroupConfig.Builderavoiding the need to create one manually viaKeyGroupConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeyGroupConfig(KeyGroupConfig).- Parameters:
keyGroupConfig- a consumer that will call methods onKeyGroupConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
keyGroupConfig(KeyGroupConfig)
-
id
UpdateKeyGroupRequest.Builder id(String id)
The identifier of the key group that you are updating.
- Parameters:
id- The identifier of the key group that you are updating.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ifMatch
UpdateKeyGroupRequest.Builder ifMatch(String ifMatch)
The version of the key group that you are updating. The version is the key group's
ETagvalue.- Parameters:
ifMatch- The version of the key group that you are updating. The version is the key group'sETagvalue.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateKeyGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateKeyGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-