CopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>
, SdkBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>
public static interface ApplyEnvironmentManagedActionRequest.Builder extends CopyableBuilder<ApplyEnvironmentManagedActionRequest.Builder,ApplyEnvironmentManagedActionRequest>
Modifier and Type | Method | Description |
---|---|---|
ApplyEnvironmentManagedActionRequest.Builder |
actionId(String actionId) |
The action ID of the scheduled managed action to execute.
|
ApplyEnvironmentManagedActionRequest.Builder |
environmentId(String environmentId) |
The environment ID of the target environment.
|
ApplyEnvironmentManagedActionRequest.Builder |
environmentName(String environmentName) |
The name of the target environment.
|
copy
apply, build
ApplyEnvironmentManagedActionRequest.Builder environmentName(String environmentName)
The name of the target environment.
environmentName
- The name of the target environment.ApplyEnvironmentManagedActionRequest.Builder environmentId(String environmentId)
The environment ID of the target environment.
environmentId
- The environment ID of the target environment.ApplyEnvironmentManagedActionRequest.Builder actionId(String actionId)
The action ID of the scheduled managed action to execute.
actionId
- The action ID of the scheduled managed action to execute.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.