public static final class CfnDetectorModel.SetVariableProperty.Builder
extends java.lang.Object
CfnDetectorModel.SetVariableProperty
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
CfnDetectorModel.SetVariableProperty |
build()
Builds the configured instance.
|
CfnDetectorModel.SetVariableProperty.Builder |
value(java.lang.String value)
Sets the value of
CfnDetectorModel.SetVariableProperty.getValue() |
CfnDetectorModel.SetVariableProperty.Builder |
variableName(java.lang.String variableName)
Sets the value of
CfnDetectorModel.SetVariableProperty.getVariableName() |
public CfnDetectorModel.SetVariableProperty.Builder value(java.lang.String value)
CfnDetectorModel.SetVariableProperty.getValue()
value
- The new value of the variable. This parameter is required.this
public CfnDetectorModel.SetVariableProperty.Builder variableName(java.lang.String variableName)
CfnDetectorModel.SetVariableProperty.getVariableName()
variableName
- The name of the variable. This parameter is required.this
public CfnDetectorModel.SetVariableProperty build()
CfnDetectorModel.SetVariableProperty
java.lang.NullPointerException
- if any required attribute was not provided