Interface BatchGetAccountStatusRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<BatchGetAccountStatusRequest.Builder,BatchGetAccountStatusRequest>,Inspector2Request.Builder,SdkBuilder<BatchGetAccountStatusRequest.Builder,BatchGetAccountStatusRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- BatchGetAccountStatusRequest
public static interface BatchGetAccountStatusRequest.Builder extends Inspector2Request.Builder, SdkPojo, CopyableBuilder<BatchGetAccountStatusRequest.Builder,BatchGetAccountStatusRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BatchGetAccountStatusRequest.BuilderaccountIds(String... accountIds)The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.BatchGetAccountStatusRequest.BuilderaccountIds(Collection<String> accountIds)The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.BatchGetAccountStatusRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)BatchGetAccountStatusRequest.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.inspector2.model.Inspector2Request.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
BatchGetAccountStatusRequest.Builder accountIds(Collection<String> accountIds)
The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.
- Parameters:
accountIds- The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
BatchGetAccountStatusRequest.Builder accountIds(String... accountIds)
The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.
- Parameters:
accountIds- The 12-digit Amazon Web Services account IDs of the accounts to retrieve Amazon Inspector status for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
BatchGetAccountStatusRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
BatchGetAccountStatusRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-