Interface GetRuleRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetRuleRequest.Builder,GetRuleRequest>,DataZoneRequest.Builder,SdkBuilder<GetRuleRequest.Builder,GetRuleRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetRuleRequest
public static interface GetRuleRequest.Builder extends DataZoneRequest.Builder, SdkPojo, CopyableBuilder<GetRuleRequest.Builder,GetRuleRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRuleRequest.BuilderdomainIdentifier(String domainIdentifier)The ID of the domain where theGetRuleaction is to be invoked.GetRuleRequest.Builderidentifier(String identifier)The ID of the rule.GetRuleRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetRuleRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetRuleRequest.Builderrevision(String revision)The revision of the rule.-
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.services.datazone.model.DataZoneRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
domainIdentifier
GetRuleRequest.Builder domainIdentifier(String domainIdentifier)
The ID of the domain where the
GetRuleaction is to be invoked.- Parameters:
domainIdentifier- The ID of the domain where theGetRuleaction is to be invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
identifier
GetRuleRequest.Builder identifier(String identifier)
The ID of the rule.
- Parameters:
identifier- The ID of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revision
GetRuleRequest.Builder revision(String revision)
The revision of the rule.
- Parameters:
revision- The revision of the rule.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetRuleRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetRuleRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-