Interface DescribeStandardsControlsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<DescribeStandardsControlsRequest.Builder,DescribeStandardsControlsRequest>,SdkBuilder<DescribeStandardsControlsRequest.Builder,DescribeStandardsControlsRequest>,SdkPojo,SdkRequest.Builder,SecurityHubRequest.Builder
- Enclosing class:
- DescribeStandardsControlsRequest
public static interface DescribeStandardsControlsRequest.Builder extends SecurityHubRequest.Builder, SdkPojo, CopyableBuilder<DescribeStandardsControlsRequest.Builder,DescribeStandardsControlsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeStandardsControlsRequest.BuildermaxResults(Integer maxResults)The maximum number of security standard controls to return.DescribeStandardsControlsRequest.BuildernextToken(String nextToken)The token that is required for pagination.DescribeStandardsControlsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)DescribeStandardsControlsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)DescribeStandardsControlsRequest.BuilderstandardsSubscriptionArn(String standardsSubscriptionArn)The ARN of a resource that represents your subscription to a supported standard.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.securityhub.model.SecurityHubRequest.Builder
build
-
-
-
-
Method Detail
-
standardsSubscriptionArn
DescribeStandardsControlsRequest.Builder standardsSubscriptionArn(String standardsSubscriptionArn)
The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use the
GetEnabledStandardsoperation.- Parameters:
standardsSubscriptionArn- The ARN of a resource that represents your subscription to a supported standard. To get the subscription ARNs of the standards you have enabled, use theGetEnabledStandardsoperation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
DescribeStandardsControlsRequest.Builder nextToken(String nextToken)
The token that is required for pagination. On your first call to the
DescribeStandardsControlsoperation, 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 theDescribeStandardsControlsoperation, 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
DescribeStandardsControlsRequest.Builder maxResults(Integer maxResults)
The maximum number of security standard controls to return.
- Parameters:
maxResults- The maximum number of security standard controls to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DescribeStandardsControlsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DescribeStandardsControlsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-