public static interface ListAssessmentFrameworksRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssessmentFrameworksRequest.Builder,ListAssessmentFrameworksRequest>
| Modifier and Type | Method and Description |
|---|---|
ListAssessmentFrameworksRequest.Builder |
frameworkType(FrameworkType frameworkType)
The type of framework, such as a standard framework or a custom framework.
|
ListAssessmentFrameworksRequest.Builder |
frameworkType(String frameworkType)
The type of framework, such as a standard framework or a custom framework.
|
ListAssessmentFrameworksRequest.Builder |
maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
|
ListAssessmentFrameworksRequest.Builder |
nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
|
ListAssessmentFrameworksRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListAssessmentFrameworksRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListAssessmentFrameworksRequest.Builder frameworkType(String frameworkType)
The type of framework, such as a standard framework or a custom framework.
frameworkType - The type of framework, such as a standard framework or a custom framework.FrameworkType,
FrameworkTypeListAssessmentFrameworksRequest.Builder frameworkType(FrameworkType frameworkType)
The type of framework, such as a standard framework or a custom framework.
frameworkType - The type of framework, such as a standard framework or a custom framework.FrameworkType,
FrameworkTypeListAssessmentFrameworksRequest.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
nextToken - The pagination token that's used to fetch the next set of results.ListAssessmentFrameworksRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
maxResults - Represents the maximum number of results on a page or for an API request call.ListAssessmentFrameworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListAssessmentFrameworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.