Interface ListAssessmentFrameworksRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAssessmentFrameworksRequest.Builder,ListAssessmentFrameworksRequest>,SdkBuilder<ListAssessmentFrameworksRequest.Builder,ListAssessmentFrameworksRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssessmentFrameworksRequest
public static interface ListAssessmentFrameworksRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssessmentFrameworksRequest.Builder,ListAssessmentFrameworksRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssessmentFrameworksRequest.BuilderframeworkType(String frameworkType)The type of framework, such as a standard framework or a custom framework.ListAssessmentFrameworksRequest.BuilderframeworkType(FrameworkType frameworkType)The type of framework, such as a standard framework or a custom framework.ListAssessmentFrameworksRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListAssessmentFrameworksRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListAssessmentFrameworksRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssessmentFrameworksRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.auditmanager.model.AuditManagerRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
frameworkType
ListAssessmentFrameworksRequest.Builder frameworkType(String frameworkType)
The type of framework, such as a standard framework or a custom framework.
- Parameters:
frameworkType- The type of framework, such as a standard framework or a custom framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FrameworkType,FrameworkType
-
frameworkType
ListAssessmentFrameworksRequest.Builder frameworkType(FrameworkType frameworkType)
The type of framework, such as a standard framework or a custom framework.
- Parameters:
frameworkType- The type of framework, such as a standard framework or a custom framework.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FrameworkType,FrameworkType
-
nextToken
ListAssessmentFrameworksRequest.Builder nextToken(String nextToken)
The pagination token that's used to fetch the next set of results.
- Parameters:
nextToken- The pagination token that's used to fetch the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAssessmentFrameworksRequest.Builder maxResults(Integer maxResults)
Represents the maximum number of results on a page or for an API request call.
- Parameters:
maxResults- Represents the maximum number of results on a page or for an API request call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAssessmentFrameworksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssessmentFrameworksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-