Interface DeploymentStageStatusSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<DeploymentStageStatusSummary.Builder,DeploymentStageStatusSummary>,SdkBuilder<DeploymentStageStatusSummary.Builder,DeploymentStageStatusSummary>,SdkPojo
- Enclosing class:
- DeploymentStageStatusSummary
public static interface DeploymentStageStatusSummary.Builder extends SdkPojo, CopyableBuilder<DeploymentStageStatusSummary.Builder,DeploymentStageStatusSummary>
-
-
Method Summary
-
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
-
stageName
DeploymentStageStatusSummary.Builder stageName(String stageName)
The name of the stage.
- Parameters:
stageName- The name of the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceSelectionConfig
DeploymentStageStatusSummary.Builder deviceSelectionConfig(DeviceSelectionConfig deviceSelectionConfig)
Configuration of the devices in the stage.
- Parameters:
deviceSelectionConfig- Configuration of the devices in the stage.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceSelectionConfig
default DeploymentStageStatusSummary.Builder deviceSelectionConfig(Consumer<DeviceSelectionConfig.Builder> deviceSelectionConfig)
Configuration of the devices in the stage.
This is a convenience method that creates an instance of theDeviceSelectionConfig.Builderavoiding the need to create one manually viaDeviceSelectionConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeviceSelectionConfig(DeviceSelectionConfig).- Parameters:
deviceSelectionConfig- a consumer that will call methods onDeviceSelectionConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deviceSelectionConfig(DeviceSelectionConfig)
-
deploymentConfig
DeploymentStageStatusSummary.Builder deploymentConfig(EdgeDeploymentConfig deploymentConfig)
Configuration of the deployment details.
- Parameters:
deploymentConfig- Configuration of the deployment details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentConfig
default DeploymentStageStatusSummary.Builder deploymentConfig(Consumer<EdgeDeploymentConfig.Builder> deploymentConfig)
Configuration of the deployment details.
This is a convenience method that creates an instance of theEdgeDeploymentConfig.Builderavoiding the need to create one manually viaEdgeDeploymentConfig.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeploymentConfig(EdgeDeploymentConfig).- Parameters:
deploymentConfig- a consumer that will call methods onEdgeDeploymentConfig.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deploymentConfig(EdgeDeploymentConfig)
-
deploymentStatus
DeploymentStageStatusSummary.Builder deploymentStatus(EdgeDeploymentStatus deploymentStatus)
General status of the current state.
- Parameters:
deploymentStatus- General status of the current state.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deploymentStatus
default DeploymentStageStatusSummary.Builder deploymentStatus(Consumer<EdgeDeploymentStatus.Builder> deploymentStatus)
General status of the current state.
This is a convenience method that creates an instance of theEdgeDeploymentStatus.Builderavoiding the need to create one manually viaEdgeDeploymentStatus.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todeploymentStatus(EdgeDeploymentStatus).- Parameters:
deploymentStatus- a consumer that will call methods onEdgeDeploymentStatus.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
deploymentStatus(EdgeDeploymentStatus)
-
-