Interface GetComplianceDetailRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetComplianceDetailRequest.Builder,GetComplianceDetailRequest>,FmsRequest.Builder,SdkBuilder<GetComplianceDetailRequest.Builder,GetComplianceDetailRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetComplianceDetailRequest
public static interface GetComplianceDetailRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailRequest.Builder,GetComplianceDetailRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetComplianceDetailRequest.BuildermemberAccount(String memberAccount)The Amazon Web Services account that owns the resources that you want to get the details for.GetComplianceDetailRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetComplianceDetailRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetComplianceDetailRequest.BuilderpolicyId(String policyId)The ID of the policy that you want to get 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
GetComplianceDetailRequest.Builder policyId(String policyId)
The ID of the policy that you want to get the details for.
PolicyIdis returned byPutPolicyand byListPolicies.- Parameters:
policyId- The ID of the policy that you want to get the details for.PolicyIdis returned byPutPolicyand byListPolicies.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccount
GetComplianceDetailRequest.Builder memberAccount(String memberAccount)
The Amazon Web Services account that owns the resources that you want to get the details for.
- Parameters:
memberAccount- The Amazon Web Services account that owns the resources that you want to get the details for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetComplianceDetailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetComplianceDetailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-