Interface GetPolicyRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>,FmsRequest.Builder,SdkBuilder<GetPolicyRequest.Builder,GetPolicyRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetPolicyRequest
public static interface GetPolicyRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<GetPolicyRequest.Builder,GetPolicyRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetPolicyRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetPolicyRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetPolicyRequest.BuilderpolicyId(String policyId)The ID of the Firewall Manager policy that you want the details for.-
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.fms.model.FmsRequest.Builder
build
-
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
-
policyId
GetPolicyRequest.Builder policyId(String policyId)
The ID of the Firewall Manager policy that you want the details for.
- Parameters:
policyId- The ID of the Firewall Manager policy that you want the details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetPolicyRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetPolicyRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-