Interface StartImagePipelineExecutionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<StartImagePipelineExecutionRequest.Builder,
,StartImagePipelineExecutionRequest> ImagebuilderRequest.Builder
,SdkBuilder<StartImagePipelineExecutionRequest.Builder,
,StartImagePipelineExecutionRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
StartImagePipelineExecutionRequest
@Mutable
@NotThreadSafe
public static interface StartImagePipelineExecutionRequest.Builder
extends ImagebuilderRequest.Builder, SdkPojo, CopyableBuilder<StartImagePipelineExecutionRequest.Builder,StartImagePipelineExecutionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionclientToken
(String clientToken) Unique, case-sensitive identifier you provide to ensure idempotency of the request.imagePipelineArn
(String imagePipelineArn) The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.Specify tags for Image Builder to apply to the image resource that's created When it starts pipeline execution.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.imagebuilder.model.ImagebuilderRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
imagePipelineArn
The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.
- Parameters:
imagePipelineArn
- The Amazon Resource Name (ARN) of the image pipeline that you want to manually invoke.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
clientToken
Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.
- Parameters:
clientToken
- Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
tags
Specify tags for Image Builder to apply to the image resource that's created When it starts pipeline execution.
- Parameters:
tags
- Specify tags for Image Builder to apply to the image resource that's created When it starts pipeline execution.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartImagePipelineExecutionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartImagePipelineExecutionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-