Interface GetSystemTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<GetSystemTemplateRequest.Builder,GetSystemTemplateRequest>,IoTThingsGraphRequest.Builder,SdkBuilder<GetSystemTemplateRequest.Builder,GetSystemTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetSystemTemplateRequest
public static interface GetSystemTemplateRequest.Builder extends IoTThingsGraphRequest.Builder, SdkPojo, CopyableBuilder<GetSystemTemplateRequest.Builder,GetSystemTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetSystemTemplateRequest.Builderid(String id)The ID of the system to get.GetSystemTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetSystemTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)GetSystemTemplateRequest.BuilderrevisionNumber(Long revisionNumber)The number that specifies the revision of the system to get.-
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
GetSystemTemplateRequest.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- Parameters:
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- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
revisionNumber
GetSystemTemplateRequest.Builder revisionNumber(Long revisionNumber)
The number that specifies the revision of the system to get.
- Parameters:
revisionNumber- The number that specifies the revision of the system to get.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetSystemTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetSystemTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-