Class DeliveryChannelStatus
- All Implemented Interfaces:
Serializable
,Cloneable
The status of a specified delivery channel.
Valid values: Success
| Failure
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.getName()
The name of the delivery channel.int
hashCode()
void
setConfigHistoryDeliveryInfo
(ConfigExportDeliveryInfo configHistoryDeliveryInfo) A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.void
setConfigSnapshotDeliveryInfo
(ConfigExportDeliveryInfo configSnapshotDeliveryInfo) A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.void
setConfigStreamDeliveryInfo
(ConfigStreamDeliveryInfo configStreamDeliveryInfo) A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.void
The name of the delivery channel.toString()
Returns a string representation of this object; useful for testing and debugging.withConfigHistoryDeliveryInfo
(ConfigExportDeliveryInfo configHistoryDeliveryInfo) A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.withConfigSnapshotDeliveryInfo
(ConfigExportDeliveryInfo configSnapshotDeliveryInfo) A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.withConfigStreamDeliveryInfo
(ConfigStreamDeliveryInfo configStreamDeliveryInfo) A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.The name of the delivery channel.
-
Constructor Details
-
DeliveryChannelStatus
public DeliveryChannelStatus()
-
-
Method Details
-
setName
The name of the delivery channel.
- Parameters:
name
- The name of the delivery channel.
-
getName
The name of the delivery channel.
- Returns:
- The name of the delivery channel.
-
withName
The name of the delivery channel.
- Parameters:
name
- The name of the delivery channel.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigSnapshotDeliveryInfo
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
- Parameters:
configSnapshotDeliveryInfo
- A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-
getConfigSnapshotDeliveryInfo
A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
- Returns:
- A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
-
withConfigSnapshotDeliveryInfo
public DeliveryChannelStatus withConfigSnapshotDeliveryInfo(ConfigExportDeliveryInfo configSnapshotDeliveryInfo) A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.
- Parameters:
configSnapshotDeliveryInfo
- A list containing the status of the delivery of the snapshot to the specified Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigHistoryDeliveryInfo
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
- Parameters:
configHistoryDeliveryInfo
- A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
-
getConfigHistoryDeliveryInfo
A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
- Returns:
- A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
-
withConfigHistoryDeliveryInfo
public DeliveryChannelStatus withConfigHistoryDeliveryInfo(ConfigExportDeliveryInfo configHistoryDeliveryInfo) A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.
- Parameters:
configHistoryDeliveryInfo
- A list that contains the status of the delivery of the configuration history to the specified Amazon S3 bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
setConfigStreamDeliveryInfo
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
- Parameters:
configStreamDeliveryInfo
- A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
-
getConfigStreamDeliveryInfo
A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
- Returns:
- A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
-
withConfigStreamDeliveryInfo
public DeliveryChannelStatus withConfigStreamDeliveryInfo(ConfigStreamDeliveryInfo configStreamDeliveryInfo) A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.
- Parameters:
configStreamDeliveryInfo
- A list containing the status of the delivery of the configuration stream notification to the specified Amazon SNS topic.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
toString
Returns a string representation of this object; useful for testing and debugging. -
equals
-
hashCode
public int hashCode() -
clone
-