public static interface GetComplianceDetailRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<GetComplianceDetailRequest.Builder,GetComplianceDetailRequest>
Modifier and Type | Method and Description |
---|---|
GetComplianceDetailRequest.Builder |
memberAccount(String memberAccount)
The AWS account that owns the resources that you want to get the details for.
|
GetComplianceDetailRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetComplianceDetailRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
GetComplianceDetailRequest.Builder |
policyId(String policyId)
The ID of the policy that you want to get the details for.
|
build
overrideConfiguration
copy
applyMutation, build
GetComplianceDetailRequest.Builder policyId(String policyId)
The ID of the policy that you want to get the details for. PolicyId
is returned by
PutPolicy
and by ListPolicies
.
policyId
- The ID of the policy that you want to get the details for. PolicyId
is returned by
PutPolicy
and by ListPolicies
.GetComplianceDetailRequest.Builder memberAccount(String memberAccount)
The AWS account that owns the resources that you want to get the details for.
memberAccount
- The AWS account that owns the resources that you want to get the details for.GetComplianceDetailRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetComplianceDetailRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.