Interface ApplyArchiveRuleRequest.Builder
- All Superinterfaces:
- AccessAnalyzerRequest.Builder,- AwsRequest.Builder,- Buildable,- CopyableBuilder<ApplyArchiveRuleRequest.Builder,,- ApplyArchiveRuleRequest> - SdkBuilder<ApplyArchiveRuleRequest.Builder,,- ApplyArchiveRuleRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- ApplyArchiveRuleRequest
@Mutable
@NotThreadSafe
public static interface ApplyArchiveRuleRequest.Builder
extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ApplyArchiveRuleRequest.Builder,ApplyArchiveRuleRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionanalyzerArn(String analyzerArn) The Amazon resource name (ARN) of the analyzer.clientToken(String clientToken) A client token.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 apply.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- 
analyzerArnThe Amazon resource name (ARN) of the analyzer. - Parameters:
- analyzerArn- The Amazon resource name (ARN) of the analyzer.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
ruleNameThe name of the rule to apply. - Parameters:
- ruleName- The name of the rule to apply.
- 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.
 
- 
overrideConfigurationApplyArchiveRuleRequest.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.
 
- 
overrideConfigurationApplyArchiveRuleRequest.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.
 
 
-