public static interface DescribeAppResponse.Builder extends SimSpaceWeaverResponse.Builder, SdkPojo, CopyableBuilder<DescribeAppResponse.Builder,DescribeAppResponse>
| Modifier and Type | Method and Description |
|---|---|
DescribeAppResponse.Builder |
description(String description)
The description of the app.
|
DescribeAppResponse.Builder |
domain(String domain)
The name of the domain of the app.
|
default DescribeAppResponse.Builder |
endpointInfo(Consumer<SimulationAppEndpointInfo.Builder> endpointInfo)
Information about the network endpoint for the custom app.
|
DescribeAppResponse.Builder |
endpointInfo(SimulationAppEndpointInfo endpointInfo)
Information about the network endpoint for the custom app.
|
default DescribeAppResponse.Builder |
launchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)
Sets the value of the LaunchOverrides property for this object.
|
DescribeAppResponse.Builder |
launchOverrides(LaunchOverrides launchOverrides)
Sets the value of the LaunchOverrides property for this object.
|
DescribeAppResponse.Builder |
name(String name)
The name of the app.
|
DescribeAppResponse.Builder |
simulation(String simulation)
The name of the simulation of the app.
|
DescribeAppResponse.Builder |
status(SimulationAppStatus status)
The current lifecycle state of the custom app.
|
DescribeAppResponse.Builder |
status(String status)
The current lifecycle state of the custom app.
|
DescribeAppResponse.Builder |
targetStatus(SimulationAppTargetStatus targetStatus)
The desired lifecycle state of the custom app.
|
DescribeAppResponse.Builder |
targetStatus(String targetStatus)
The desired lifecycle state of the custom app.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeAppResponse.Builder description(String description)
The description of the app.
description - The description of the app.DescribeAppResponse.Builder domain(String domain)
The name of the domain of the app.
domain - The name of the domain of the app.DescribeAppResponse.Builder endpointInfo(SimulationAppEndpointInfo endpointInfo)
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
endpointInfo - Information about the network endpoint for the custom app. You can use the endpoint to connect to the
custom app.default DescribeAppResponse.Builder endpointInfo(Consumer<SimulationAppEndpointInfo.Builder> endpointInfo)
Information about the network endpoint for the custom app. You can use the endpoint to connect to the custom app.
This is a convenience method that creates an instance of theSimulationAppEndpointInfo.Builder
avoiding the need to create one manually via SimulationAppEndpointInfo.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to endpointInfo(SimulationAppEndpointInfo).
endpointInfo - a consumer that will call methods on SimulationAppEndpointInfo.BuilderendpointInfo(SimulationAppEndpointInfo)DescribeAppResponse.Builder launchOverrides(LaunchOverrides launchOverrides)
launchOverrides - The new value for the LaunchOverrides property for this object.default DescribeAppResponse.Builder launchOverrides(Consumer<LaunchOverrides.Builder> launchOverrides)
LaunchOverrides.Builder avoiding the
need to create one manually via LaunchOverrides.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to launchOverrides(LaunchOverrides).
launchOverrides - a consumer that will call methods on LaunchOverrides.BuilderlaunchOverrides(LaunchOverrides)DescribeAppResponse.Builder name(String name)
The name of the app.
name - The name of the app.DescribeAppResponse.Builder simulation(String simulation)
The name of the simulation of the app.
simulation - The name of the simulation of the app.DescribeAppResponse.Builder status(String status)
The current lifecycle state of the custom app.
status - The current lifecycle state of the custom app.SimulationAppStatus,
SimulationAppStatusDescribeAppResponse.Builder status(SimulationAppStatus status)
The current lifecycle state of the custom app.
status - The current lifecycle state of the custom app.SimulationAppStatus,
SimulationAppStatusDescribeAppResponse.Builder targetStatus(String targetStatus)
The desired lifecycle state of the custom app.
targetStatus - The desired lifecycle state of the custom app.SimulationAppTargetStatus,
SimulationAppTargetStatusDescribeAppResponse.Builder targetStatus(SimulationAppTargetStatus targetStatus)
The desired lifecycle state of the custom app.
targetStatus - The desired lifecycle state of the custom app.SimulationAppTargetStatus,
SimulationAppTargetStatusCopyright © 2023. All rights reserved.