Interface ListAutomatedDiscoveryAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAutomatedDiscoveryAccountsRequest.Builder,ListAutomatedDiscoveryAccountsRequest>,Macie2Request.Builder,SdkBuilder<ListAutomatedDiscoveryAccountsRequest.Builder,ListAutomatedDiscoveryAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAutomatedDiscoveryAccountsRequest
public static interface ListAutomatedDiscoveryAccountsRequest.Builder extends Macie2Request.Builder, SdkPojo, CopyableBuilder<ListAutomatedDiscoveryAccountsRequest.Builder,ListAutomatedDiscoveryAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAutomatedDiscoveryAccountsRequest.BuilderaccountIds(String... accountIds)The Amazon Web Services account ID for each account, for as many as 50 accounts.ListAutomatedDiscoveryAccountsRequest.BuilderaccountIds(Collection<String> accountIds)The Amazon Web Services account ID for each account, for as many as 50 accounts.ListAutomatedDiscoveryAccountsRequest.BuildermaxResults(Integer maxResults)The maximum number of items to include in each page of a paginated response.ListAutomatedDiscoveryAccountsRequest.BuildernextToken(String nextToken)The nextToken string that specifies which page of results to return in a paginated response.ListAutomatedDiscoveryAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAutomatedDiscoveryAccountsRequest.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.macie2.model.Macie2Request.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
-
accountIds
ListAutomatedDiscoveryAccountsRequest.Builder accountIds(Collection<String> accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
- Parameters:
accountIds- The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
ListAutomatedDiscoveryAccountsRequest.Builder accountIds(String... accountIds)
The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.
- Parameters:
accountIds- The Amazon Web Services account ID for each account, for as many as 50 accounts. To retrieve the status for multiple accounts, append the accountIds parameter and argument for each account, separated by an ampersand (&). To retrieve the status for all the accounts in an organization, omit this parameter.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAutomatedDiscoveryAccountsRequest.Builder maxResults(Integer maxResults)
The maximum number of items to include in each page of a paginated response.
- Parameters:
maxResults- The maximum number of items to include in each page of a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAutomatedDiscoveryAccountsRequest.Builder nextToken(String nextToken)
The nextToken string that specifies which page of results to return in a paginated response.
- Parameters:
nextToken- The nextToken string that specifies which page of results to return in a paginated response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAutomatedDiscoveryAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAutomatedDiscoveryAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-