Interface UpdateArchiveRuleRequest.Builder
- All Superinterfaces:
- AccessAnalyzerRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<UpdateArchiveRuleRequest.Builder,,- UpdateArchiveRuleRequest> - SdkBuilder<UpdateArchiveRuleRequest.Builder,,- UpdateArchiveRuleRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateArchiveRuleRequest
@Mutable
@NotThreadSafe
public static interface UpdateArchiveRuleRequest.Builder
extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<UpdateArchiveRuleRequest.Builder,UpdateArchiveRuleRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionanalyzerName(String analyzerName) The name of the analyzer to update the archive rules for.clientToken(String clientToken) A client token.A filter to match for the rules to update.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The name of the rule to update.Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
analyzerNameThe name of the analyzer to update the archive rules for. - Parameters:
- analyzerName- The name of the analyzer to update the archive rules for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ruleNameThe name of the rule to update. - Parameters:
- ruleName- The name of the rule to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
filterA filter to match for the rules to update. Only rules that match the filter are updated. - Parameters:
- filter- A filter to match for the rules to update. Only rules that match the filter are updated.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenA client token. - Parameters:
- clientToken- A client token.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateArchiveRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateArchiveRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-