#[non_exhaustive]pub struct AwsIamInstanceProfileBuilder { /* private fields */ }Expand description
A builder for AwsIamInstanceProfile.
Implementations§
source§impl AwsIamInstanceProfileBuilder
impl AwsIamInstanceProfileBuilder
sourcepub fn create_date(self, input: impl Into<String>) -> Self
pub fn create_date(self, input: impl Into<String>) -> Self
Indicates when the instance profile was created.
This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
sourcepub fn set_create_date(self, input: Option<String>) -> Self
pub fn set_create_date(self, input: Option<String>) -> Self
Indicates when the instance profile was created.
This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
sourcepub fn get_create_date(&self) -> &Option<String>
pub fn get_create_date(&self) -> &Option<String>
Indicates when the instance profile was created.
This field accepts only the specified formats. Timestamps can end with Z or ("+" / "-") time-hour [":" time-minute]. The time-secfrac after seconds is limited to a maximum of 9 digits. The offset is bounded by +/-18:00. Here are valid timestamp formats with examples:
-
YYYY-MM-DDTHH:MM:SSZ(for example,2019-01-31T23:00:00Z) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmmZ(for example,2019-01-31T23:00:00.123456789Z) -
YYYY-MM-DDTHH:MM:SS+HH:MM(for example,2024-01-04T15:25:10+17:59) -
YYYY-MM-DDTHH:MM:SS-HHMM(for example,2024-01-04T15:25:10-1759) -
YYYY-MM-DDTHH:MM:SS.mmmmmmmmm+HH:MM(for example,2024-01-04T15:25:10.123456789+17:59)
sourcepub fn instance_profile_id(self, input: impl Into<String>) -> Self
pub fn instance_profile_id(self, input: impl Into<String>) -> Self
The identifier of the instance profile.
sourcepub fn set_instance_profile_id(self, input: Option<String>) -> Self
pub fn set_instance_profile_id(self, input: Option<String>) -> Self
The identifier of the instance profile.
sourcepub fn get_instance_profile_id(&self) -> &Option<String>
pub fn get_instance_profile_id(&self) -> &Option<String>
The identifier of the instance profile.
sourcepub fn instance_profile_name(self, input: impl Into<String>) -> Self
pub fn instance_profile_name(self, input: impl Into<String>) -> Self
The name of the instance profile.
sourcepub fn set_instance_profile_name(self, input: Option<String>) -> Self
pub fn set_instance_profile_name(self, input: Option<String>) -> Self
The name of the instance profile.
sourcepub fn get_instance_profile_name(&self) -> &Option<String>
pub fn get_instance_profile_name(&self) -> &Option<String>
The name of the instance profile.
sourcepub fn roles(self, input: AwsIamInstanceProfileRole) -> Self
pub fn roles(self, input: AwsIamInstanceProfileRole) -> Self
Appends an item to roles.
To override the contents of this collection use set_roles.
The roles associated with the instance profile.
sourcepub fn set_roles(self, input: Option<Vec<AwsIamInstanceProfileRole>>) -> Self
pub fn set_roles(self, input: Option<Vec<AwsIamInstanceProfileRole>>) -> Self
The roles associated with the instance profile.
sourcepub fn get_roles(&self) -> &Option<Vec<AwsIamInstanceProfileRole>>
pub fn get_roles(&self) -> &Option<Vec<AwsIamInstanceProfileRole>>
The roles associated with the instance profile.
sourcepub fn build(self) -> AwsIamInstanceProfile
pub fn build(self) -> AwsIamInstanceProfile
Consumes the builder and constructs a AwsIamInstanceProfile.
Trait Implementations§
source§impl Clone for AwsIamInstanceProfileBuilder
impl Clone for AwsIamInstanceProfileBuilder
source§fn clone(&self) -> AwsIamInstanceProfileBuilder
fn clone(&self) -> AwsIamInstanceProfileBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AwsIamInstanceProfileBuilder
impl Debug for AwsIamInstanceProfileBuilder
source§impl Default for AwsIamInstanceProfileBuilder
impl Default for AwsIamInstanceProfileBuilder
source§fn default() -> AwsIamInstanceProfileBuilder
fn default() -> AwsIamInstanceProfileBuilder
source§impl PartialEq for AwsIamInstanceProfileBuilder
impl PartialEq for AwsIamInstanceProfileBuilder
source§fn eq(&self, other: &AwsIamInstanceProfileBuilder) -> bool
fn eq(&self, other: &AwsIamInstanceProfileBuilder) -> bool
self and other values to be equal, and is used
by ==.