Interface UpdateArchiveRuleRequest.Builder
-
- All Superinterfaces:
AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<UpdateArchiveRuleRequest.Builder,UpdateArchiveRuleRequest>,SdkBuilder<UpdateArchiveRuleRequest.Builder,UpdateArchiveRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateArchiveRuleRequest
public static interface UpdateArchiveRuleRequest.Builder extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<UpdateArchiveRuleRequest.Builder,UpdateArchiveRuleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UpdateArchiveRuleRequest.BuilderanalyzerName(String analyzerName)The name of the analyzer to update the archive rules for.UpdateArchiveRuleRequest.BuilderclientToken(String clientToken)A client token.UpdateArchiveRuleRequest.Builderfilter(Map<String,Criterion> filter)A filter to match for the rules to update.UpdateArchiveRuleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateArchiveRuleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateArchiveRuleRequest.BuilderruleName(String ruleName)The name of the rule to update.-
Methods inherited from interface software.amazon.awssdk.services.accessanalyzer.model.AccessAnalyzerRequest.Builder
build
-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
analyzerName
UpdateArchiveRuleRequest.Builder analyzerName(String analyzerName)
The 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.
-
ruleName
UpdateArchiveRuleRequest.Builder ruleName(String ruleName)
The 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.
-
filter
UpdateArchiveRuleRequest.Builder filter(Map<String,Criterion> filter)
A 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.
-
clientToken
UpdateArchiveRuleRequest.Builder clientToken(String clientToken)
A client token.
- Parameters:
clientToken- A client token.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateArchiveRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateArchiveRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-