public static interface GetSystemTemplateRevisionsRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetSystemTemplateRevisionsRequest.Builder,GetSystemTemplateRevisionsRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSystemTemplateRevisionsRequest.Builder |
id(String id)
The ID of the system template.
|
GetSystemTemplateRevisionsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of results to return in the response.
|
GetSystemTemplateRevisionsRequest.Builder |
nextToken(String nextToken)
The string that specifies the next page of results.
|
GetSystemTemplateRevisionsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSystemTemplateRevisionsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSystemTemplateRevisionsRequest.Builder id(String id)
The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
id - The ID of the system template.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
GetSystemTemplateRevisionsRequest.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.GetSystemTemplateRevisionsRequest.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.GetSystemTemplateRevisionsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSystemTemplateRevisionsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.