Interface ListCollaborationChangeRequestsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<ListCollaborationChangeRequestsRequest.Builder,
,ListCollaborationChangeRequestsRequest> SdkBuilder<ListCollaborationChangeRequestsRequest.Builder,
,ListCollaborationChangeRequestsRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
ListCollaborationChangeRequestsRequest
@Mutable
@NotThreadSafe
public static interface ListCollaborationChangeRequestsRequest.Builder
extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationChangeRequestsRequest.Builder,ListCollaborationChangeRequestsRequest>
-
Method Summary
Modifier and TypeMethodDescriptioncollaborationIdentifier
(String collaborationIdentifier) The identifier of the collaboration that the change request is made against.maxResults
(Integer maxResults) The maximum number of results that are returned for an API request call.The pagination token that's used to fetch the next set of results.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A filter to only return change requests with the specified status.status
(ChangeRequestStatus status) A filter to only return change requests with the specified status.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
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
-
Method Details
-
collaborationIdentifier
ListCollaborationChangeRequestsRequest.Builder collaborationIdentifier(String collaborationIdentifier) The identifier of the collaboration that the change request is made against.
- Parameters:
collaborationIdentifier
- The identifier of the collaboration that the change request is made against.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
A filter to only return change requests with the specified status.
- Parameters:
status
- A filter to only return change requests with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
A filter to only return change requests with the specified status.
- Parameters:
status
- A filter to only return change requests with the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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
The maximum number of results that are returned for an API request call.
- Parameters:
maxResults
- The maximum number of results that are returned for an API request call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCollaborationChangeRequestsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListCollaborationChangeRequestsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-