Interface EnvironmentDetailsEntity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentDetailsEntity.Builder,EnvironmentDetailsEntity>,SdkBuilder<EnvironmentDetailsEntity.Builder,EnvironmentDetailsEntity>,SdkPojo
- Enclosing class:
- EnvironmentDetailsEntity
public static interface EnvironmentDetailsEntity.Builder extends SdkPojo, CopyableBuilder<EnvironmentDetailsEntity.Builder,EnvironmentDetailsEntity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentDetailsEntity.BuilderenvironmentId(String environmentId)The environment ID.EnvironmentDetailsEntity.BuilderjobId(String jobId)The job ID.EnvironmentDetailsEntity.BuilderschemaVersion(String schemaVersion)The schema version in the environment.EnvironmentDetailsEntity.Buildertemplate(Document template)The template used for the environment.-
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, sdkFields
-
-
-
-
Method Detail
-
environmentId
EnvironmentDetailsEntity.Builder environmentId(String environmentId)
The environment ID.
- Parameters:
environmentId- The environment ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
EnvironmentDetailsEntity.Builder jobId(String jobId)
The job ID.
- Parameters:
jobId- The job ID.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schemaVersion
EnvironmentDetailsEntity.Builder schemaVersion(String schemaVersion)
The schema version in the environment.
- Parameters:
schemaVersion- The schema version in the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
template
EnvironmentDetailsEntity.Builder template(Document template)
The template used for the environment.
- Parameters:
template- The template used for the environment.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-