Interface UpdateRunCacheRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateRunCacheRequest.Builder,
,UpdateRunCacheRequest> OmicsRequest.Builder
,SdkBuilder<UpdateRunCacheRequest.Builder,
,UpdateRunCacheRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateRunCacheRequest
@Mutable
@NotThreadSafe
public static interface UpdateRunCacheRequest.Builder
extends OmicsRequest.Builder, SdkPojo, CopyableBuilder<UpdateRunCacheRequest.Builder,UpdateRunCacheRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncacheBehavior
(String cacheBehavior) Update the default run cache behavior.cacheBehavior
(CacheBehavior cacheBehavior) Update the default run cache behavior.description
(String description) Update the run cache description.The identifier of the run cache you want to update.Update the name of the run cache.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.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.services.omics.model.OmicsRequest.Builder
build
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 Details
-
cacheBehavior
Update the default run cache behavior.
- Parameters:
cacheBehavior
- Update the default run cache behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
cacheBehavior
Update the default run cache behavior.
- Parameters:
cacheBehavior
- Update the default run cache behavior.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
Update the run cache description.
- Parameters:
description
- Update the run cache description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
id
The identifier of the run cache you want to update.
- Parameters:
id
- The identifier of the run cache you want to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
Update the name of the run cache.
- Parameters:
name
- Update the name of the run cache.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateRunCacheRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateRunCacheRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-