public static final class EmrContainersCreateVirtualClusterProps.Builder
extends java.lang.Object
EmrContainersCreateVirtualClusterProps
Constructor and Description |
---|
Builder() |
public EmrContainersCreateVirtualClusterProps.Builder eksCluster(EksClusterInput eksCluster)
EmrContainersCreateVirtualClusterProps.getEksCluster()
eksCluster
- EKS Cluster or task input that contains the name of the cluster. This parameter is required.this
public EmrContainersCreateVirtualClusterProps.Builder eksNamespace(java.lang.String eksNamespace)
EmrContainersCreateVirtualClusterProps.getEksNamespace()
eksNamespace
- The namespace of an EKS cluster.this
public EmrContainersCreateVirtualClusterProps.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
EmrContainersCreateVirtualClusterProps.getTags()
tags
- The tags assigned to the virtual cluster.this
public EmrContainersCreateVirtualClusterProps.Builder virtualClusterName(java.lang.String virtualClusterName)
EmrContainersCreateVirtualClusterProps.getVirtualClusterName()
virtualClusterName
- Name of the virtual cluster that will be created.this
public EmrContainersCreateVirtualClusterProps.Builder comment(java.lang.String comment)
TaskStateBaseProps.getComment()
comment
- An optional description for this state.this
public EmrContainersCreateVirtualClusterProps.Builder heartbeat(Duration heartbeat)
TaskStateBaseProps.getHeartbeat()
heartbeat
- Timeout for the heartbeat.this
public EmrContainersCreateVirtualClusterProps.Builder inputPath(java.lang.String inputPath)
TaskStateBaseProps.getInputPath()
inputPath
- JSONPath expression to select part of the state to be the input to this state.
May also be the special value JsonPath.DISCARD, which will cause the effective
input to be the empty object {}.this
public EmrContainersCreateVirtualClusterProps.Builder integrationPattern(IntegrationPattern integrationPattern)
TaskStateBaseProps.getIntegrationPattern()
integrationPattern
- AWS Step Functions integrates with services directly in the Amazon States Language.
You can control these AWS services using service integration patternsthis
public EmrContainersCreateVirtualClusterProps.Builder outputPath(java.lang.String outputPath)
TaskStateBaseProps.getOutputPath()
outputPath
- JSONPath expression to select select a portion of the state output to pass to the next state.
May also be the special value JsonPath.DISCARD, which will cause the effective
output to be the empty object {}.this
public EmrContainersCreateVirtualClusterProps.Builder resultPath(java.lang.String resultPath)
TaskStateBaseProps.getResultPath()
resultPath
- JSONPath expression to indicate where to inject the state's output.
May also be the special value JsonPath.DISCARD, which will cause the state's
input to become its output.this
public EmrContainersCreateVirtualClusterProps.Builder resultSelector(java.util.Map<java.lang.String,? extends java.lang.Object> resultSelector)
TaskStateBaseProps.getResultSelector()
resultSelector
- The JSON that will replace the state's raw result and become the effective result before ResultPath is applied.
You can use ResultSelector to create a payload with values that are static
or selected from the state's raw result.this
public EmrContainersCreateVirtualClusterProps.Builder timeout(Duration timeout)
TaskStateBaseProps.getTimeout()
timeout
- Timeout for the state machine.this
public EmrContainersCreateVirtualClusterProps build()
EmrContainersCreateVirtualClusterProps
java.lang.NullPointerException
- if any required attribute was not provided