public static interface ListCollaborationAnalysisTemplatesRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationAnalysisTemplatesRequest.Builder,ListCollaborationAnalysisTemplatesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListCollaborationAnalysisTemplatesRequest.Builder |
collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the analysis templates belong to.
|
ListCollaborationAnalysisTemplatesRequest.Builder |
maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
|
ListCollaborationAnalysisTemplatesRequest.Builder |
nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
|
ListCollaborationAnalysisTemplatesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListCollaborationAnalysisTemplatesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListCollaborationAnalysisTemplatesRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
collaborationIdentifier - A unique identifier for the collaboration that the analysis templates belong to. Currently accepts
collaboration ID.ListCollaborationAnalysisTemplatesRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
nextToken - The token value retrieved from a previous call to access the next page of results.ListCollaborationAnalysisTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
maxResults - The maximum size of the results that is returned per call.ListCollaborationAnalysisTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListCollaborationAnalysisTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.