Uses of Interface
software.amazon.awssdk.services.simspaceweaver.model.StartAppRequest.Builder
-
Packages that use StartAppRequest.Builder Package Description software.amazon.awssdk.services.simspaceweaver SimSpace Weaver (SimSpace Weaver) is a service that you can use to build and run large-scale spatial simulations in the Amazon Web Services Cloud.software.amazon.awssdk.services.simspaceweaver.model -
-
Uses of StartAppRequest.Builder in software.amazon.awssdk.services.simspaceweaver
Method parameters in software.amazon.awssdk.services.simspaceweaver with type arguments of type StartAppRequest.Builder Modifier and Type Method Description default CompletableFuture<StartAppResponse>SimSpaceWeaverAsyncClient. startApp(Consumer<StartAppRequest.Builder> startAppRequest)Starts a custom app with the configuration specified in the simulation schema.default StartAppResponseSimSpaceWeaverClient. startApp(Consumer<StartAppRequest.Builder> startAppRequest)Starts a custom app with the configuration specified in the simulation schema. -
Uses of StartAppRequest.Builder in software.amazon.awssdk.services.simspaceweaver.model
Methods in software.amazon.awssdk.services.simspaceweaver.model that return StartAppRequest.Builder Modifier and Type Method Description static StartAppRequest.BuilderStartAppRequest. builder()StartAppRequest.BuilderStartAppRequest.Builder. clientToken(String clientToken)A value that you provide to ensure that repeated calls to this API operation using the same parameters complete only once.StartAppRequest.BuilderStartAppRequest.Builder. description(String description)The description of the app.StartAppRequest.BuilderStartAppRequest.Builder. domain(String domain)The name of the domain of the app.default StartAppRequest.BuilderStartAppRequest.Builder. launchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)Sets the value of the LaunchOverrides property for this object.StartAppRequest.BuilderStartAppRequest.Builder. launchOverrides(LaunchOverrides launchOverrides)Sets the value of the LaunchOverrides property for this object.StartAppRequest.BuilderStartAppRequest.Builder. name(String name)The name of the app.StartAppRequest.BuilderStartAppRequest.Builder. overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StartAppRequest.BuilderStartAppRequest.Builder. overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)StartAppRequest.BuilderStartAppRequest.Builder. simulation(String simulation)The name of the simulation of the app.StartAppRequest.BuilderStartAppRequest. toBuilder()Methods in software.amazon.awssdk.services.simspaceweaver.model that return types with arguments of type StartAppRequest.Builder Modifier and Type Method Description static Class<? extends StartAppRequest.Builder>StartAppRequest. serializableBuilderClass()
-