Interface AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder,AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails>,SdkBuilder<AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder,AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails>,SdkPojo
- Enclosing class:
- AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails
public static interface AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder extends SdkPojo, CopyableBuilder<AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder,AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Buildername(String name)The name of the environment variable.AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Buildertype(String type)The type of environment variable.AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Buildervalue(String value)The value of the environment variable.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
name
AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder name(String name)
The name of the environment variable.
- Parameters:
name- The name of the environment variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder type(String type)
The type of environment variable.
- Parameters:
type- The type of environment variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
value
AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetails.Builder value(String value)
The value of the environment variable.
- Parameters:
value- The value of the environment variable.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-