Struct aws_sdk_robomaker::operation::sync_deployment_job::builders::SyncDeploymentJobOutputBuilder
source · #[non_exhaustive]pub struct SyncDeploymentJobOutputBuilder { /* private fields */ }Expand description
A builder for SyncDeploymentJobOutput.
Implementations§
source§impl SyncDeploymentJobOutputBuilder
impl SyncDeploymentJobOutputBuilder
sourcepub fn arn(self, input: impl Into<String>) -> Self
pub fn arn(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the synchronization request.
sourcepub fn set_arn(self, input: Option<String>) -> Self
pub fn set_arn(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the synchronization request.
sourcepub fn get_arn(&self) -> &Option<String>
pub fn get_arn(&self) -> &Option<String>
The Amazon Resource Name (ARN) of the synchronization request.
sourcepub fn fleet(self, input: impl Into<String>) -> Self
pub fn fleet(self, input: impl Into<String>) -> Self
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn set_fleet(self, input: Option<String>) -> Self
pub fn set_fleet(self, input: Option<String>) -> Self
The Amazon Resource Name (ARN) of the fleet.
sourcepub fn status(self, input: DeploymentStatus) -> Self
pub fn status(self, input: DeploymentStatus) -> Self
The status of the synchronization job.
sourcepub fn set_status(self, input: Option<DeploymentStatus>) -> Self
pub fn set_status(self, input: Option<DeploymentStatus>) -> Self
The status of the synchronization job.
sourcepub fn get_status(&self) -> &Option<DeploymentStatus>
pub fn get_status(&self) -> &Option<DeploymentStatus>
The status of the synchronization job.
sourcepub fn deployment_config(self, input: DeploymentConfig) -> Self
pub fn deployment_config(self, input: DeploymentConfig) -> Self
Information about the deployment configuration.
sourcepub fn set_deployment_config(self, input: Option<DeploymentConfig>) -> Self
pub fn set_deployment_config(self, input: Option<DeploymentConfig>) -> Self
Information about the deployment configuration.
sourcepub fn get_deployment_config(&self) -> &Option<DeploymentConfig>
pub fn get_deployment_config(&self) -> &Option<DeploymentConfig>
Information about the deployment configuration.
sourcepub fn deployment_application_configs(
self,
input: DeploymentApplicationConfig
) -> Self
pub fn deployment_application_configs( self, input: DeploymentApplicationConfig ) -> Self
Appends an item to deployment_application_configs.
To override the contents of this collection use set_deployment_application_configs.
Information about the deployment application configurations.
sourcepub fn set_deployment_application_configs(
self,
input: Option<Vec<DeploymentApplicationConfig>>
) -> Self
pub fn set_deployment_application_configs( self, input: Option<Vec<DeploymentApplicationConfig>> ) -> Self
Information about the deployment application configurations.
sourcepub fn get_deployment_application_configs(
&self
) -> &Option<Vec<DeploymentApplicationConfig>>
pub fn get_deployment_application_configs( &self ) -> &Option<Vec<DeploymentApplicationConfig>>
Information about the deployment application configurations.
sourcepub fn failure_reason(self, input: impl Into<String>) -> Self
pub fn failure_reason(self, input: impl Into<String>) -> Self
The failure reason if the job fails.
sourcepub fn set_failure_reason(self, input: Option<String>) -> Self
pub fn set_failure_reason(self, input: Option<String>) -> Self
The failure reason if the job fails.
sourcepub fn get_failure_reason(&self) -> &Option<String>
pub fn get_failure_reason(&self) -> &Option<String>
The failure reason if the job fails.
sourcepub fn failure_code(self, input: DeploymentJobErrorCode) -> Self
pub fn failure_code(self, input: DeploymentJobErrorCode) -> Self
The failure code if the job fails:
- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
sourcepub fn set_failure_code(self, input: Option<DeploymentJobErrorCode>) -> Self
pub fn set_failure_code(self, input: Option<DeploymentJobErrorCode>) -> Self
The failure code if the job fails:
- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
sourcepub fn get_failure_code(&self) -> &Option<DeploymentJobErrorCode>
pub fn get_failure_code(&self) -> &Option<DeploymentJobErrorCode>
The failure code if the job fails:
- InternalServiceError
-
Internal service error.
- RobotApplicationCrash
-
Robot application exited abnormally.
- SimulationApplicationCrash
-
Simulation application exited abnormally.
- BadPermissionsRobotApplication
-
Robot application bundle could not be downloaded.
- BadPermissionsSimulationApplication
-
Simulation application bundle could not be downloaded.
- BadPermissionsS3Output
-
Unable to publish outputs to customer-provided S3 bucket.
- BadPermissionsCloudwatchLogs
-
Unable to publish logs to customer-provided CloudWatch Logs resource.
- SubnetIpLimitExceeded
-
Subnet IP limit exceeded.
- ENILimitExceeded
-
ENI limit exceeded.
- BadPermissionsUserCredentials
-
Unable to use the Role provided.
- InvalidBundleRobotApplication
-
Robot bundle cannot be extracted (invalid format, bundling error, or other issue).
- InvalidBundleSimulationApplication
-
Simulation bundle cannot be extracted (invalid format, bundling error, or other issue).
- RobotApplicationVersionMismatchedEtag
-
Etag for RobotApplication does not match value during version creation.
- SimulationApplicationVersionMismatchedEtag
-
Etag for SimulationApplication does not match value during version creation.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The time, in milliseconds since the epoch, when the fleet was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The time, in milliseconds since the epoch, when the fleet was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The time, in milliseconds since the epoch, when the fleet was created.
sourcepub fn build(self) -> SyncDeploymentJobOutput
pub fn build(self) -> SyncDeploymentJobOutput
Consumes the builder and constructs a SyncDeploymentJobOutput.
Trait Implementations§
source§impl Clone for SyncDeploymentJobOutputBuilder
impl Clone for SyncDeploymentJobOutputBuilder
source§fn clone(&self) -> SyncDeploymentJobOutputBuilder
fn clone(&self) -> SyncDeploymentJobOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Default for SyncDeploymentJobOutputBuilder
impl Default for SyncDeploymentJobOutputBuilder
source§fn default() -> SyncDeploymentJobOutputBuilder
fn default() -> SyncDeploymentJobOutputBuilder
source§impl PartialEq for SyncDeploymentJobOutputBuilder
impl PartialEq for SyncDeploymentJobOutputBuilder
source§fn eq(&self, other: &SyncDeploymentJobOutputBuilder) -> bool
fn eq(&self, other: &SyncDeploymentJobOutputBuilder) -> bool
self and other values to be equal, and is used
by ==.