public static interface DescribeOrganizationConfigurationRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationRequest.Builder,DescribeOrganizationConfigurationRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeOrganizationConfigurationRequest.Builder |
detectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
|
DescribeOrganizationConfigurationRequest.Builder |
maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
|
DescribeOrganizationConfigurationRequest.Builder |
nextToken(String nextToken)
You can use this parameter when paginating results.
|
DescribeOrganizationConfigurationRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeOrganizationConfigurationRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeOrganizationConfigurationRequest.Builder detectorId(String detectorId)
The ID of the detector to retrieve information about the delegated administrator from.
detectorId - The ID of the detector to retrieve information about the delegated administrator from.DescribeOrganizationConfigurationRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
maxResults - You can use this parameter to indicate the maximum number of items that you want in the response.DescribeOrganizationConfigurationRequest.Builder nextToken(String nextToken)
You can use this parameter when paginating results. Set the value of this parameter to null on your first
call to the list action. For subsequent calls to the action, fill nextToken in the request with
the value of NextToken from the previous response to continue listing data.
nextToken - You can use this parameter when paginating results. Set the value of this parameter to null on your
first call to the list action. For subsequent calls to the action, fill nextToken in the
request with the value of NextToken from the previous response to continue listing data.DescribeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.