Interface GetEnabledStandardsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetEnabledStandardsRequest.Builder,,GetEnabledStandardsRequest> SdkBuilder<GetEnabledStandardsRequest.Builder,,GetEnabledStandardsRequest> SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
GetEnabledStandardsRequest
@Mutable
@NotThreadSafe
public static interface GetEnabledStandardsRequest.Builder
extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<GetEnabledStandardsRequest.Builder,GetEnabledStandardsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in the response.The token that is required for pagination.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.standardsSubscriptionArns(String... standardsSubscriptionArns) The list of the standards subscription ARNs for the standards to retrieve.standardsSubscriptionArns(Collection<String> standardsSubscriptionArns) The list of the standards subscription ARNs for the standards to retrieve.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
-
standardsSubscriptionArns
GetEnabledStandardsRequest.Builder standardsSubscriptionArns(Collection<String> standardsSubscriptionArns) The list of the standards subscription ARNs for the standards to retrieve.
- Parameters:
standardsSubscriptionArns- The list of the standards subscription ARNs for the standards to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
standardsSubscriptionArns
The list of the standards subscription ARNs for the standards to retrieve.
- Parameters:
standardsSubscriptionArns- The list of the standards subscription ARNs for the standards to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token that is required for pagination. On your first call to the
GetEnabledStandardsoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Parameters:
nextToken- The token that is required for pagination. On your first call to theGetEnabledStandardsoperation, set the value of this parameter toNULL.For subsequent calls to the operation, to continue listing data, set the value of this parameter to the value returned from the previous response.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetEnabledStandardsRequest.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
GetEnabledStandardsRequest.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.
-