Interface ListAssessmentFrameworkShareRequestsRequest.Builder
-
- All Superinterfaces:
AuditManagerRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListAssessmentFrameworkShareRequestsRequest.Builder,ListAssessmentFrameworkShareRequestsRequest>,SdkBuilder<ListAssessmentFrameworkShareRequestsRequest.Builder,ListAssessmentFrameworkShareRequestsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAssessmentFrameworkShareRequestsRequest
public static interface ListAssessmentFrameworkShareRequestsRequest.Builder extends AuditManagerRequest.Builder, SdkPojo, CopyableBuilder<ListAssessmentFrameworkShareRequestsRequest.Builder,ListAssessmentFrameworkShareRequestsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAssessmentFrameworkShareRequestsRequest.BuildermaxResults(Integer maxResults)Represents the maximum number of results on a page or for an API request call.ListAssessmentFrameworkShareRequestsRequest.BuildernextToken(String nextToken)The pagination token that's used to fetch the next set of results.ListAssessmentFrameworkShareRequestsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAssessmentFrameworkShareRequestsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAssessmentFrameworkShareRequestsRequest.BuilderrequestType(String requestType)Specifies whether the share request is a sent request or a received request.ListAssessmentFrameworkShareRequestsRequest.BuilderrequestType(ShareRequestType requestType)Specifies whether the share request is a sent request or a received request.-
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
-
requestType
ListAssessmentFrameworkShareRequestsRequest.Builder requestType(String requestType)
Specifies whether the share request is a sent request or a received request.
- Parameters:
requestType- Specifies whether the share request is a sent request or a received request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareRequestType,ShareRequestType
-
requestType
ListAssessmentFrameworkShareRequestsRequest.Builder requestType(ShareRequestType requestType)
Specifies whether the share request is a sent request or a received request.
- Parameters:
requestType- Specifies whether the share request is a sent request or a received request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ShareRequestType,ShareRequestType
-
nextToken
ListAssessmentFrameworkShareRequestsRequest.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
ListAssessmentFrameworkShareRequestsRequest.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
ListAssessmentFrameworkShareRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAssessmentFrameworkShareRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-