Struct aws_sdk_datazone::operation::update_subscription_target::builders::UpdateSubscriptionTargetOutputBuilder
source · #[non_exhaustive]pub struct UpdateSubscriptionTargetOutputBuilder { /* private fields */ }
Expand description
A builder for UpdateSubscriptionTargetOutput
.
Implementations§
source§impl UpdateSubscriptionTargetOutputBuilder
impl UpdateSubscriptionTargetOutputBuilder
sourcepub fn id(self, input: impl Into<String>) -> Self
pub fn id(self, input: impl Into<String>) -> Self
Identifier of the subscription target that is to be updated.
sourcepub fn set_id(self, input: Option<String>) -> Self
pub fn set_id(self, input: Option<String>) -> Self
Identifier of the subscription target that is to be updated.
sourcepub fn get_id(&self) -> &Option<String>
pub fn get_id(&self) -> &Option<String>
Identifier of the subscription target that is to be updated.
Appends an item to authorized_principals
.
To override the contents of this collection use set_authorized_principals
.
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
The authorized principals to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn domain_id(self, input: impl Into<String>) -> Self
pub fn domain_id(self, input: impl Into<String>) -> Self
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
sourcepub fn set_domain_id(self, input: Option<String>) -> Self
pub fn set_domain_id(self, input: Option<String>) -> Self
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
sourcepub fn get_domain_id(&self) -> &Option<String>
pub fn get_domain_id(&self) -> &Option<String>
The identifier of the Amazon DataZone domain in which a subscription target is to be updated.
sourcepub fn project_id(self, input: impl Into<String>) -> Self
pub fn project_id(self, input: impl Into<String>) -> Self
The identifier of the project in which a subscription target is to be updated.
sourcepub fn set_project_id(self, input: Option<String>) -> Self
pub fn set_project_id(self, input: Option<String>) -> Self
The identifier of the project in which a subscription target is to be updated.
sourcepub fn get_project_id(&self) -> &Option<String>
pub fn get_project_id(&self) -> &Option<String>
The identifier of the project in which a subscription target is to be updated.
sourcepub fn environment_id(self, input: impl Into<String>) -> Self
pub fn environment_id(self, input: impl Into<String>) -> Self
The identifier of the environment in which a subscription target is to be updated.
sourcepub fn set_environment_id(self, input: Option<String>) -> Self
pub fn set_environment_id(self, input: Option<String>) -> Self
The identifier of the environment in which a subscription target is to be updated.
sourcepub fn get_environment_id(&self) -> &Option<String>
pub fn get_environment_id(&self) -> &Option<String>
The identifier of the environment in which a subscription target is to be updated.
sourcepub fn name(self, input: impl Into<String>) -> Self
pub fn name(self, input: impl Into<String>) -> Self
The name to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn set_name(self, input: Option<String>) -> Self
pub fn set_name(self, input: Option<String>) -> Self
The name to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn get_name(&self) -> &Option<String>
pub fn get_name(&self) -> &Option<String>
The name to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn type(self, input: impl Into<String>) -> Self
pub fn type(self, input: impl Into<String>) -> Self
The type to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn set_type(self, input: Option<String>) -> Self
pub fn set_type(self, input: Option<String>) -> Self
The type to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn get_type(&self) -> &Option<String>
pub fn get_type(&self) -> &Option<String>
The type to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn created_by(self, input: impl Into<String>) -> Self
pub fn created_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who created the subscription target.
sourcepub fn set_created_by(self, input: Option<String>) -> Self
pub fn set_created_by(self, input: Option<String>) -> Self
The Amazon DataZone user who created the subscription target.
sourcepub fn get_created_by(&self) -> &Option<String>
pub fn get_created_by(&self) -> &Option<String>
The Amazon DataZone user who created the subscription target.
sourcepub fn updated_by(self, input: impl Into<String>) -> Self
pub fn updated_by(self, input: impl Into<String>) -> Self
The Amazon DataZone user who updated the subscription target.
sourcepub fn set_updated_by(self, input: Option<String>) -> Self
pub fn set_updated_by(self, input: Option<String>) -> Self
The Amazon DataZone user who updated the subscription target.
sourcepub fn get_updated_by(&self) -> &Option<String>
pub fn get_updated_by(&self) -> &Option<String>
The Amazon DataZone user who updated the subscription target.
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
The timestamp of when a subscription target was created.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
The timestamp of when a subscription target was created.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
The timestamp of when a subscription target was created.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
The timestamp of when the subscription target was updated.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
The timestamp of when the subscription target was updated.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
The timestamp of when the subscription target was updated.
sourcepub fn manage_access_role(self, input: impl Into<String>) -> Self
pub fn manage_access_role(self, input: impl Into<String>) -> Self
The manage access role to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn set_manage_access_role(self, input: Option<String>) -> Self
pub fn set_manage_access_role(self, input: Option<String>) -> Self
The manage access role to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn get_manage_access_role(&self) -> &Option<String>
pub fn get_manage_access_role(&self) -> &Option<String>
The manage access role to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn applicable_asset_types(self, input: impl Into<String>) -> Self
pub fn applicable_asset_types(self, input: impl Into<String>) -> Self
Appends an item to applicable_asset_types
.
To override the contents of this collection use set_applicable_asset_types
.
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn set_applicable_asset_types(self, input: Option<Vec<String>>) -> Self
pub fn set_applicable_asset_types(self, input: Option<Vec<String>>) -> Self
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn get_applicable_asset_types(&self) -> &Option<Vec<String>>
pub fn get_applicable_asset_types(&self) -> &Option<Vec<String>>
The applicable asset types to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn subscription_target_config(self, input: SubscriptionTargetForm) -> Self
pub fn subscription_target_config(self, input: SubscriptionTargetForm) -> Self
Appends an item to subscription_target_config
.
To override the contents of this collection use set_subscription_target_config
.
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn set_subscription_target_config(
self,
input: Option<Vec<SubscriptionTargetForm>>
) -> Self
pub fn set_subscription_target_config( self, input: Option<Vec<SubscriptionTargetForm>> ) -> Self
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn get_subscription_target_config(
&self
) -> &Option<Vec<SubscriptionTargetForm>>
pub fn get_subscription_target_config( &self ) -> &Option<Vec<SubscriptionTargetForm>>
The configuration to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn provider(self, input: impl Into<String>) -> Self
pub fn provider(self, input: impl Into<String>) -> Self
The provider to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn set_provider(self, input: Option<String>) -> Self
pub fn set_provider(self, input: Option<String>) -> Self
The provider to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn get_provider(&self) -> &Option<String>
pub fn get_provider(&self) -> &Option<String>
The provider to be updated as part of the UpdateSubscriptionTarget
action.
sourcepub fn build(self) -> UpdateSubscriptionTargetOutput
pub fn build(self) -> UpdateSubscriptionTargetOutput
Consumes the builder and constructs a UpdateSubscriptionTargetOutput
.
Trait Implementations§
source§impl Clone for UpdateSubscriptionTargetOutputBuilder
impl Clone for UpdateSubscriptionTargetOutputBuilder
source§fn clone(&self) -> UpdateSubscriptionTargetOutputBuilder
fn clone(&self) -> UpdateSubscriptionTargetOutputBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Default for UpdateSubscriptionTargetOutputBuilder
impl Default for UpdateSubscriptionTargetOutputBuilder
source§fn default() -> UpdateSubscriptionTargetOutputBuilder
fn default() -> UpdateSubscriptionTargetOutputBuilder
source§impl PartialEq for UpdateSubscriptionTargetOutputBuilder
impl PartialEq for UpdateSubscriptionTargetOutputBuilder
source§fn eq(&self, other: &UpdateSubscriptionTargetOutputBuilder) -> bool
fn eq(&self, other: &UpdateSubscriptionTargetOutputBuilder) -> bool
self
and other
values to be equal, and is used
by ==
.