public static interface UpdateSystemTemplateRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<UpdateSystemTemplateRequest.Builder,UpdateSystemTemplateRequest>
| Modifier and Type | Method and Description |
|---|---|
UpdateSystemTemplateRequest.Builder |
compatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace.
|
default UpdateSystemTemplateRequest.Builder |
definition(Consumer<DefinitionDocument.Builder> definition)
The
DefinitionDocument that contains the updated system definition. |
UpdateSystemTemplateRequest.Builder |
definition(DefinitionDocument definition)
The
DefinitionDocument that contains the updated system definition. |
UpdateSystemTemplateRequest.Builder |
id(String id)
The ID of the system to be updated.
|
UpdateSystemTemplateRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateSystemTemplateRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateSystemTemplateRequest.Builder id(String id)
The ID of the system to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
id - The ID of the system to be updated.
The ID should be in the following format.
urn:tdm:REGION/ACCOUNT ID/default:system:SYSTEMNAME
UpdateSystemTemplateRequest.Builder definition(DefinitionDocument definition)
The DefinitionDocument that contains the updated system definition.
definition - The DefinitionDocument that contains the updated system definition.default UpdateSystemTemplateRequest.Builder definition(Consumer<DefinitionDocument.Builder> definition)
The DefinitionDocument that contains the updated system definition.
DefinitionDocument.Builder avoiding the need to
create one manually via DefinitionDocument.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to definition(DefinitionDocument).definition - a consumer that will call methods on DefinitionDocument.Builderdefinition(DefinitionDocument)UpdateSystemTemplateRequest.Builder compatibleNamespaceVersion(Long compatibleNamespaceVersion)
The version of the user's namespace. Defaults to the latest version of the user's namespace.
If no value is specified, the latest version is used by default.
compatibleNamespaceVersion - The version of the user's namespace. Defaults to the latest version of the user's namespace.
If no value is specified, the latest version is used by default.
UpdateSystemTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUpdateSystemTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.