public static interface GetFlowTemplateRevisionsRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetFlowTemplateRevisionsRequest.Builder,GetFlowTemplateRevisionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetFlowTemplateRevisionsRequest.Builder |
id(String id)
The ID of the workflow.
|
GetFlowTemplateRevisionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetFlowTemplateRevisionsRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
GetFlowTemplateRevisionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetFlowTemplateRevisionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetFlowTemplateRevisionsRequest.Builder id(String id)
The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
id - The ID of the workflow.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME
GetFlowTemplateRevisionsRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
nextToken - The string that specifies the next page of results. Use this when you're paginating results.GetFlowTemplateRevisionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
maxResults - The maximum number of results to return in the response.GetFlowTemplateRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetFlowTemplateRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.