public static interface SimulationApplicationSummary.Builder extends SdkPojo, CopyableBuilder<SimulationApplicationSummary.Builder,SimulationApplicationSummary>
Modifier and Type | Method and Description |
---|---|
SimulationApplicationSummary.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
|
SimulationApplicationSummary.Builder |
lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
|
SimulationApplicationSummary.Builder |
name(String name)
The name of the simulation application.
|
SimulationApplicationSummary.Builder |
version(String version)
The version of the simulation application.
|
copy
applyMutation, build
SimulationApplicationSummary.Builder name(String name)
The name of the simulation application.
name
- The name of the simulation application.SimulationApplicationSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the simulation application.
arn
- The Amazon Resource Name (ARN) of the simulation application.SimulationApplicationSummary.Builder version(String version)
The version of the simulation application.
version
- The version of the simulation application.SimulationApplicationSummary.Builder lastUpdatedAt(Instant lastUpdatedAt)
The time, in milliseconds since the epoch, when the simulation application was last updated.
lastUpdatedAt
- The time, in milliseconds since the epoch, when the simulation application was last updated.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.