Interface GetFlowTemplateRevisionsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetFlowTemplateRevisionsRequest.Builder,GetFlowTemplateRevisionsRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<GetFlowTemplateRevisionsRequest.Builder,GetFlowTemplateRevisionsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetFlowTemplateRevisionsRequest
public static interface GetFlowTemplateRevisionsRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetFlowTemplateRevisionsRequest.Builder,GetFlowTemplateRevisionsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetFlowTemplateRevisionsRequest.Builderid(String id)The ID of the workflow.GetFlowTemplateRevisionsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return in the response.GetFlowTemplateRevisionsRequest.BuildernextToken(String nextToken)The string that specifies the next page of results.GetFlowTemplateRevisionsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetFlowTemplateRevisionsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.iotthingsgraph.model.IoTThingsGraphRequest.Builder
build
-
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
-
id
GetFlowTemplateRevisionsRequest.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- Parameters:
id- The ID of the workflow.The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:workflow:WORKFLOWNAME- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
GetFlowTemplateRevisionsRequest.Builder nextToken(String nextToken)
The string that specifies the next page of results. Use this when you're paginating results.
- Parameters:
nextToken- The string that specifies the next page of results. Use this when you're paginating results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
GetFlowTemplateRevisionsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return in the response.
- Parameters:
maxResults- The maximum number of results to return in the response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetFlowTemplateRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetFlowTemplateRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-