pub struct CreateBlueprintFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateBlueprint.
Registers a blueprint with Glue.
Implementations§
source§impl CreateBlueprintFluentBuilder
impl CreateBlueprintFluentBuilder
sourcepub fn as_input(&self) -> &CreateBlueprintInputBuilder
pub fn as_input(&self) -> &CreateBlueprintInputBuilder
Access the CreateBlueprint as a reference.
sourcepub async fn send(
self
) -> Result<CreateBlueprintOutput, SdkError<CreateBlueprintError, HttpResponse>>
pub async fn send( self ) -> Result<CreateBlueprintOutput, SdkError<CreateBlueprintError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub async fn customize(
self
) -> Result<CustomizableOperation<CreateBlueprintOutput, CreateBlueprintError>, SdkError<CreateBlueprintError>>
pub async fn customize( self ) -> Result<CustomizableOperation<CreateBlueprintOutput, CreateBlueprintError>, SdkError<CreateBlueprintError>>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
A description of the blueprint.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
A description of the blueprint.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
A description of the blueprint.
sourcepub fn blueprint_location(self, input: impl Into<String>) -> Self
pub fn blueprint_location(self, input: impl Into<String>) -> Self
Specifies a path in Amazon S3 where the blueprint is published.
sourcepub fn set_blueprint_location(self, input: Option<String>) -> Self
pub fn set_blueprint_location(self, input: Option<String>) -> Self
Specifies a path in Amazon S3 where the blueprint is published.
sourcepub fn get_blueprint_location(&self) -> &Option<String>
pub fn get_blueprint_location(&self) -> &Option<String>
Specifies a path in Amazon S3 where the blueprint is published.
Adds a key-value pair to Tags.
To override the contents of this collection use set_tags.
The tags to be applied to this blueprint.
The tags to be applied to this blueprint.
The tags to be applied to this blueprint.
Trait Implementations§
source§impl Clone for CreateBlueprintFluentBuilder
impl Clone for CreateBlueprintFluentBuilder
source§fn clone(&self) -> CreateBlueprintFluentBuilder
fn clone(&self) -> CreateBlueprintFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more