Class CfnApplicationProps.Builder
java.lang.Object
software.amazon.awscdk.services.gameliftstreams.CfnApplicationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationProps>
- Enclosing interface:
CfnApplicationProps
@Stability(Stable)
public static final class CfnApplicationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationProps>
A builder for
CfnApplicationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapplicationLogOutputUri(String applicationLogOutputUri) Sets the value ofCfnApplicationProps.getApplicationLogOutputUri()applicationLogPaths(List<String> applicationLogPaths) Sets the value ofCfnApplicationProps.getApplicationLogPaths()applicationSourceUri(String applicationSourceUri) Sets the value ofCfnApplicationProps.getApplicationSourceUri()build()Builds the configured instance.description(String description) Sets the value ofCfnApplicationProps.getDescription()executablePath(String executablePath) Sets the value ofCfnApplicationProps.getExecutablePath()runtimeEnvironment(IResolvable runtimeEnvironment) Sets the value ofCfnApplicationProps.getRuntimeEnvironment()runtimeEnvironment(CfnApplication.RuntimeEnvironmentProperty runtimeEnvironment) Sets the value ofCfnApplicationProps.getRuntimeEnvironment()Sets the value ofCfnApplicationProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
applicationSourceUri
@Stability(Stable) public CfnApplicationProps.Builder applicationSourceUri(String applicationSourceUri) Sets the value ofCfnApplicationProps.getApplicationSourceUri()- Parameters:
applicationSourceUri- the value to be set. This parameter is required.- Returns:
this
-
description
Sets the value ofCfnApplicationProps.getDescription()- Parameters:
description- the value to be set. This parameter is required.- Returns:
this
-
executablePath
Sets the value ofCfnApplicationProps.getExecutablePath()- Parameters:
executablePath- the value to be set. This parameter is required.- Returns:
this
-
runtimeEnvironment
@Stability(Stable) public CfnApplicationProps.Builder runtimeEnvironment(IResolvable runtimeEnvironment) Sets the value ofCfnApplicationProps.getRuntimeEnvironment()- Parameters:
runtimeEnvironment- the value to be set. This parameter is required.- Returns:
this
-
runtimeEnvironment
@Stability(Stable) public CfnApplicationProps.Builder runtimeEnvironment(CfnApplication.RuntimeEnvironmentProperty runtimeEnvironment) Sets the value ofCfnApplicationProps.getRuntimeEnvironment()- Parameters:
runtimeEnvironment- the value to be set. This parameter is required.- Returns:
this
-
applicationLogOutputUri
@Stability(Stable) public CfnApplicationProps.Builder applicationLogOutputUri(String applicationLogOutputUri) Sets the value ofCfnApplicationProps.getApplicationLogOutputUri()- Parameters:
applicationLogOutputUri- the value to be set.- Returns:
this
-
applicationLogPaths
@Stability(Stable) public CfnApplicationProps.Builder applicationLogPaths(List<String> applicationLogPaths) Sets the value ofCfnApplicationProps.getApplicationLogPaths()- Parameters:
applicationLogPaths- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnApplicationProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationProps>- Returns:
- a new instance of
CfnApplicationProps - Throws:
NullPointerException- if any required attribute was not provided
-