public static interface AwsEcsClusterConfigurationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEcsClusterConfigurationDetails.Builder,AwsEcsClusterConfigurationDetails>
| Modifier and Type | Method and Description |
|---|---|
AwsEcsClusterConfigurationDetails.Builder |
executeCommandConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationDetails executeCommandConfiguration)
Contains the run command configuration for the cluster.
|
default AwsEcsClusterConfigurationDetails.Builder |
executeCommandConfiguration(Consumer<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder> executeCommandConfiguration)
Contains the run command configuration for the cluster.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAwsEcsClusterConfigurationDetails.Builder executeCommandConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationDetails executeCommandConfiguration)
Contains the run command configuration for the cluster.
executeCommandConfiguration - Contains the run command configuration for the cluster.default AwsEcsClusterConfigurationDetails.Builder executeCommandConfiguration(Consumer<AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder> executeCommandConfiguration)
Contains the run command configuration for the cluster.
This is a convenience method that creates an instance of theAwsEcsClusterConfigurationExecuteCommandConfigurationDetails.Builder avoiding the need to create one
manually via AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to
executeCommandConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationDetails).
executeCommandConfiguration - a consumer that will call methods on
AwsEcsClusterConfigurationExecuteCommandConfigurationDetails.BuilderexecuteCommandConfiguration(AwsEcsClusterConfigurationExecuteCommandConfigurationDetails)Copyright © 2023. All rights reserved.