public static interface GetSystemTemplateRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetSystemTemplateRequest.Builder,GetSystemTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
GetSystemTemplateRequest.Builder |
id(String id)
The ID of the system to get.
|
GetSystemTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
GetSystemTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
GetSystemTemplateRequest.Builder |
revisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetSystemTemplateRequest.Builder id(String id)
The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
id - The ID of the system to get. This ID must be in the user's namespace.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
GetSystemTemplateRequest.Builder revisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
revisionNumber - The number that specifies the revision of the system to get.GetSystemTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderGetSystemTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.