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
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin 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.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-