Interface AssignedEnvironmentEnterSessionActionDefinition.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AssignedEnvironmentEnterSessionActionDefinition.Builder,AssignedEnvironmentEnterSessionActionDefinition>,SdkBuilder<AssignedEnvironmentEnterSessionActionDefinition.Builder,AssignedEnvironmentEnterSessionActionDefinition>,SdkPojo
- Enclosing class:
- AssignedEnvironmentEnterSessionActionDefinition
public static interface AssignedEnvironmentEnterSessionActionDefinition.Builder extends SdkPojo, CopyableBuilder<AssignedEnvironmentEnterSessionActionDefinition.Builder,AssignedEnvironmentEnterSessionActionDefinition>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AssignedEnvironmentEnterSessionActionDefinition.BuilderenvironmentId(String environmentId)The environment ID of the assigned environment at the start of a session.-
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
AssignedEnvironmentEnterSessionActionDefinition.Builder environmentId(String environmentId)
The environment ID of the assigned environment at the start of a session.
- Parameters:
environmentId- The environment ID of the assigned environment at the start of a session.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-