Interface UpdateRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>,RbinRequest.Builder,SdkBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateRuleRequest
public static interface UpdateRuleRequest.Builder extends RbinRequest.Builder, SdkPojo, CopyableBuilder<UpdateRuleRequest.Builder,UpdateRuleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description UpdateRuleRequest.Builderdescription(String description)The retention rule description.UpdateRuleRequest.Builderidentifier(String identifier)The unique ID of the retention rule.UpdateRuleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateRuleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateRuleRequest.BuilderresourceTags(Collection<ResourceTag> resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.UpdateRuleRequest.BuilderresourceTags(Consumer<ResourceTag.Builder>... resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.UpdateRuleRequest.BuilderresourceTags(ResourceTag... resourceTags)Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule.UpdateRuleRequest.BuilderresourceType(String resourceType)UpdateRuleRequest.BuilderresourceType(ResourceType resourceType)default UpdateRuleRequest.BuilderretentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)Information about the retention period for which the retention rule is to retain resources.UpdateRuleRequest.BuilderretentionPeriod(RetentionPeriod retentionPeriod)Information about the retention period for which the retention rule is to retain resources.-
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.rbin.model.RbinRequest.Builder
build
-
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
-
identifier
UpdateRuleRequest.Builder identifier(String identifier)
The unique ID of the retention rule.
- Parameters:
identifier- The unique ID of the retention rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionPeriod
UpdateRuleRequest.Builder retentionPeriod(RetentionPeriod retentionPeriod)
Information about the retention period for which the retention rule is to retain resources.
- Parameters:
retentionPeriod- Information about the retention period for which the retention rule is to retain resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
retentionPeriod
default UpdateRuleRequest.Builder retentionPeriod(Consumer<RetentionPeriod.Builder> retentionPeriod)
Information about the retention period for which the retention rule is to retain resources.
This is a convenience method that creates an instance of theRetentionPeriod.Builderavoiding the need to create one manually viaRetentionPeriod.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toretentionPeriod(RetentionPeriod).- Parameters:
retentionPeriod- a consumer that will call methods onRetentionPeriod.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
retentionPeriod(RetentionPeriod)
-
description
UpdateRuleRequest.Builder description(String description)
The retention rule description.
- Parameters:
description- The retention rule description.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceType
UpdateRuleRequest.Builder resourceType(String resourceType)
This parameter is currently not supported. You can't update a retention rule's resource type after creation.
- Parameters:
resourceType-This parameter is currently not supported. You can't update a retention rule's resource type after creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceType
UpdateRuleRequest.Builder resourceType(ResourceType resourceType)
This parameter is currently not supported. You can't update a retention rule's resource type after creation.
- Parameters:
resourceType-This parameter is currently not supported. You can't update a retention rule's resource type after creation.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ResourceType,ResourceType
-
resourceTags
UpdateRuleRequest.Builder resourceTags(Collection<ResourceTag> resourceTags)
Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.
You can add the same tag key and value pair to a maximum or five retention rules.
To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
- Parameters:
resourceTags- Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.You can add the same tag key and value pair to a maximum or five retention rules.
To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
UpdateRuleRequest.Builder resourceTags(ResourceTag... resourceTags)
Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.
You can add the same tag key and value pair to a maximum or five retention rules.
To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
- Parameters:
resourceTags- Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.You can add the same tag key and value pair to a maximum or five retention rules.
To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceTags
UpdateRuleRequest.Builder resourceTags(Consumer<ResourceTag.Builder>... resourceTags)
Specifies the resource tags to use to identify resources that are to be retained by a tag-level retention rule. For tag-level retention rules, only deleted resources, of the specified resource type, that have one or more of the specified tag key and value pairs are retained. If a resource is deleted, but it does not have any of the specified tag key and value pairs, it is immediately deleted without being retained by the retention rule.
You can add the same tag key and value pair to a maximum or five retention rules.
To create a Region-level retention rule, omit this parameter. A Region-level retention rule does not have any resource tags specified. It retains all deleted resources of the specified resource type in the Region in which the rule is created, even if the resources are not tagged.
This is a convenience method that creates an instance of theResourceTag.Builderavoiding the need to create one manually viaResourceTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#resourceTags(List.) - Parameters:
resourceTags- a consumer that will call methods onResourceTag.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#resourceTags(java.util.Collection)
-
overrideConfiguration
UpdateRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-