Interface ListCollaborationAnalysisTemplatesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CleanRoomsRequest.Builder
,CopyableBuilder<ListCollaborationAnalysisTemplatesRequest.Builder,ListCollaborationAnalysisTemplatesRequest>
,SdkBuilder<ListCollaborationAnalysisTemplatesRequest.Builder,ListCollaborationAnalysisTemplatesRequest>
,SdkPojo
,SdkRequest.Builder
- Enclosing class:
- ListCollaborationAnalysisTemplatesRequest
public static interface ListCollaborationAnalysisTemplatesRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListCollaborationAnalysisTemplatesRequest.Builder,ListCollaborationAnalysisTemplatesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
ListCollaborationAnalysisTemplatesRequest.Builder
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
-
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, sdkFields
-
-
-
-
Method Detail
-
collaborationIdentifier
ListCollaborationAnalysisTemplatesRequest.Builder collaborationIdentifier(String collaborationIdentifier)
A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.
- Parameters:
collaborationIdentifier
- A unique identifier for the collaboration that the analysis templates belong to. Currently accepts collaboration ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListCollaborationAnalysisTemplatesRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken
- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListCollaborationAnalysisTemplatesRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
- Parameters:
maxResults
- The maximum size of the results that is returned per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListCollaborationAnalysisTemplatesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
overrideConfiguration
ListCollaborationAnalysisTemplatesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
-
-