Interface DescribeOrganizationConfigurationRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeOrganizationConfigurationRequest.Builder,DescribeOrganizationConfigurationRequest>,GuardDutyRequest.Builder,SdkBuilder<DescribeOrganizationConfigurationRequest.Builder,DescribeOrganizationConfigurationRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- DescribeOrganizationConfigurationRequest
public static interface DescribeOrganizationConfigurationRequest.Builder extends GuardDutyRequest.Builder, SdkPojo, CopyableBuilder<DescribeOrganizationConfigurationRequest.Builder,DescribeOrganizationConfigurationRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeOrganizationConfigurationRequest.BuilderdetectorId(String detectorId)The detector ID of the delegated administrator for which you need to retrieve the information.DescribeOrganizationConfigurationRequest.BuildermaxResults(Integer maxResults)You can use this parameter to indicate the maximum number of items that you want in the response.DescribeOrganizationConfigurationRequest.BuildernextToken(String nextToken)You can use this parameter when paginating results.DescribeOrganizationConfigurationRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeOrganizationConfigurationRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.guardduty.model.GuardDutyRequest.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
-
detectorId
DescribeOrganizationConfigurationRequest.Builder detectorId(String detectorId)
The detector ID of the delegated administrator for which you need to retrieve the information.
To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Parameters:
detectorId- The detector ID of the delegated administrator for which you need to retrieve the information.To find the
detectorIdin the current Region, see the Settings page in the GuardDuty console, or run the ListDetectors API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
DescribeOrganizationConfigurationRequest.Builder maxResults(Integer maxResults)
You can use this parameter to indicate the maximum number of items that you want in the response.
- Parameters:
maxResults- You can use this parameter to indicate the maximum number of items that you want in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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
nextTokenin the request with the value ofNextTokenfrom the previous response to continue listing data.- Parameters:
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, fillnextTokenin the request with the value ofNextTokenfrom the previous response to continue listing data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeOrganizationConfigurationRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeOrganizationConfigurationRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-