Struct aws_sdk_ec2::model::id_format::Builder
source · pub struct Builder { /* private fields */ }
Expand description
A builder for IdFormat
.
Implementations§
source§impl Builder
impl Builder
sourcepub fn deadline(self, input: DateTime) -> Self
pub fn deadline(self, input: DateTime) -> Self
The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.
sourcepub fn set_deadline(self, input: Option<DateTime>) -> Self
pub fn set_deadline(self, input: Option<DateTime>) -> Self
The date in UTC at which you are permanently switched over to using longer IDs. If a deadline is not yet available for this resource type, this field is not returned.
sourcepub fn set_resource(self, input: Option<String>) -> Self
pub fn set_resource(self, input: Option<String>) -> Self
The type of resource.
sourcepub fn use_long_ids(self, input: bool) -> Self
pub fn use_long_ids(self, input: bool) -> Self
Indicates whether longer IDs (17-character IDs) are enabled for the resource.
sourcepub fn set_use_long_ids(self, input: Option<bool>) -> Self
pub fn set_use_long_ids(self, input: Option<bool>) -> Self
Indicates whether longer IDs (17-character IDs) are enabled for the resource.