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