Interface ApplyArchiveRuleRequest.Builder
- All Superinterfaces:
 AccessAnalyzerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ApplyArchiveRuleRequest.Builder,,ApplyArchiveRuleRequest> SdkBuilder<ApplyArchiveRuleRequest.Builder,,ApplyArchiveRuleRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
 ApplyArchiveRuleRequest
public static interface ApplyArchiveRuleRequest.Builder
extends AccessAnalyzerRequest.Builder, SdkPojo, CopyableBuilder<ApplyArchiveRuleRequest.Builder,ApplyArchiveRuleRequest> 
- 
Method Summary
Modifier 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.Builder
buildMethods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
analyzerArn
The 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.
 
 - 
ruleName
The 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.
 
 - 
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
ApplyArchiveRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 overrideConfiguration- The override configuration.- Returns:
 - This object for method chaining.
 
 - 
overrideConfiguration
ApplyArchiveRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
 overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
 builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
 - This object for method chaining.
 
 
 -