Interface ListFreeTrialStatusesV2Request.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListFreeTrialStatusesV2Request.Builder,,ListFreeTrialStatusesV2Request> SdkBuilder<ListFreeTrialStatusesV2Request.Builder,,ListFreeTrialStatusesV2Request> SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
ListFreeTrialStatusesV2Request
-
Method Summary
Modifier and TypeMethodDescriptionaccountIds(String... accountIds) The Amazon Web Services account identifiers to list free trial status for.accountIds(Collection<String> accountIds) The Amazon Web Services account identifiers to list free trial status for.maxResults(Integer maxResults) The maximum number of results to return.The pagination token to request the next page of results.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.statuses(Collection<FreeTrialStatusValue> statuses) The free trial statuses to filter the results by.statuses(FreeTrialStatusValue... statuses) The free trial statuses to filter the results by.statusesWithStrings(String... statuses) The free trial statuses to filter the results by.statusesWithStrings(Collection<String> statuses) The free trial statuses to filter the results by.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
Method Details
-
accountIds
The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.
- Parameters:
accountIds- The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountIds
The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.
- Parameters:
accountIds- The Amazon Web Services account identifiers to list free trial status for. You can specify accounts other than your own only if you are a delegated Security Hub administrator.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusesWithStrings
The free trial statuses to filter the results by. Valid values:
-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
- Parameters:
statuses- The free trial statuses to filter the results by. Valid values:-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
statusesWithStrings
The free trial statuses to filter the results by. Valid values:
-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
- Parameters:
statuses- The free trial statuses to filter the results by. Valid values:-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
statuses
The free trial statuses to filter the results by. Valid values:
-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
- Parameters:
statuses- The free trial statuses to filter the results by. Valid values:-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
statuses
The free trial statuses to filter the results by. Valid values:
-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
- Parameters:
statuses- The free trial statuses to filter the results by. Valid values:-
ACTIVEreturns only features with an ongoing free trial period. -
INACTIVEreturns only features whose free trial period has ended, or that never started.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
maxResults
The maximum number of results to return. If you don't specify a value, Security Hub returns up to 100 results.
- Parameters:
maxResults- The maximum number of results to return. If you don't specify a value, Security Hub returns up to 100 results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The pagination token to request the next page of results.
- Parameters:
nextToken- The pagination token to request the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListFreeTrialStatusesV2Request.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListFreeTrialStatusesV2Request.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-