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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ApplyArchiveRuleRequest.BuilderanalyzerArn(String analyzerArn)The Amazon resource name (ARN) of the analyzer.ApplyArchiveRuleRequest.BuilderclientToken(String clientToken)A client token.ApplyArchiveRuleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ApplyArchiveRuleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ApplyArchiveRuleRequest.BuilderruleName(String ruleName)The name of the rule to apply.-
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
-
analyzerArn
ApplyArchiveRuleRequest.Builder analyzerArn(String 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
ApplyArchiveRuleRequest.Builder ruleName(String 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
ApplyArchiveRuleRequest.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
ApplyArchiveRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ApplyArchiveRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-