Interface CopyJobTemplateRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CopyJobTemplateRequest.Builder,CopyJobTemplateRequest>,DeadlineRequest.Builder,SdkBuilder<CopyJobTemplateRequest.Builder,CopyJobTemplateRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CopyJobTemplateRequest
public static interface CopyJobTemplateRequest.Builder extends DeadlineRequest.Builder, SdkPojo, CopyableBuilder<CopyJobTemplateRequest.Builder,CopyJobTemplateRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description CopyJobTemplateRequest.BuilderfarmId(String farmId)The farm ID to copy.CopyJobTemplateRequest.BuilderjobId(String jobId)The job ID to copy.CopyJobTemplateRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CopyJobTemplateRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CopyJobTemplateRequest.BuilderqueueId(String queueId)The queue ID to copy.default CopyJobTemplateRequest.BuildertargetS3Location(Consumer<S3Location.Builder> targetS3Location)The Amazon S3 bucket name and key where you would like to add a copy of the job template.CopyJobTemplateRequest.BuildertargetS3Location(S3Location targetS3Location)The Amazon S3 bucket name and key where you would like to add a copy of the job template.-
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.deadline.model.DeadlineRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
farmId
CopyJobTemplateRequest.Builder farmId(String farmId)
The farm ID to copy.
- Parameters:
farmId- The farm ID to copy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
CopyJobTemplateRequest.Builder jobId(String jobId)
The job ID to copy.
- Parameters:
jobId- The job ID to copy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
queueId
CopyJobTemplateRequest.Builder queueId(String queueId)
The queue ID to copy.
- Parameters:
queueId- The queue ID to copy.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetS3Location
CopyJobTemplateRequest.Builder targetS3Location(S3Location targetS3Location)
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
- Parameters:
targetS3Location- The Amazon S3 bucket name and key where you would like to add a copy of the job template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
targetS3Location
default CopyJobTemplateRequest.Builder targetS3Location(Consumer<S3Location.Builder> targetS3Location)
The Amazon S3 bucket name and key where you would like to add a copy of the job template.
This is a convenience method that creates an instance of theS3Location.Builderavoiding the need to create one manually viaS3Location.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totargetS3Location(S3Location).- Parameters:
targetS3Location- a consumer that will call methods onS3Location.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
targetS3Location(S3Location)
-
overrideConfiguration
CopyJobTemplateRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CopyJobTemplateRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-