Interface JobEntityIdentifiersUnion.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<JobEntityIdentifiersUnion.Builder,,JobEntityIdentifiersUnion> SdkBuilder<JobEntityIdentifiersUnion.Builder,,JobEntityIdentifiersUnion> SdkPojo
- Enclosing class:
JobEntityIdentifiersUnion
-
Method Summary
Modifier and TypeMethodDescriptionenvironmentDetails(Consumer<EnvironmentDetailsIdentifiers.Builder> environmentDetails) The environment details.environmentDetails(EnvironmentDetailsIdentifiers environmentDetails) The environment details.jobAttachmentDetails(Consumer<JobAttachmentDetailsIdentifiers.Builder> jobAttachmentDetails) The job attachment details.jobAttachmentDetails(JobAttachmentDetailsIdentifiers jobAttachmentDetails) The job attachment details.jobDetails(Consumer<JobDetailsIdentifiers.Builder> jobDetails) The job details.jobDetails(JobDetailsIdentifiers jobDetails) The job details.stepDetails(Consumer<StepDetailsIdentifiers.Builder> stepDetails) The step details.stepDetails(StepDetailsIdentifiers stepDetails) The step details.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
jobDetails
The job details.
- Parameters:
jobDetails- The job details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobDetails
default JobEntityIdentifiersUnion.Builder jobDetails(Consumer<JobDetailsIdentifiers.Builder> jobDetails) The job details.
This is a convenience method that creates an instance of theJobDetailsIdentifiers.Builderavoiding the need to create one manually viaJobDetailsIdentifiers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobDetails(JobDetailsIdentifiers).- Parameters:
jobDetails- a consumer that will call methods onJobDetailsIdentifiers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
jobAttachmentDetails
JobEntityIdentifiersUnion.Builder jobAttachmentDetails(JobAttachmentDetailsIdentifiers jobAttachmentDetails) The job attachment details.
- Parameters:
jobAttachmentDetails- The job attachment details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobAttachmentDetails
default JobEntityIdentifiersUnion.Builder jobAttachmentDetails(Consumer<JobAttachmentDetailsIdentifiers.Builder> jobAttachmentDetails) The job attachment details.
This is a convenience method that creates an instance of theJobAttachmentDetailsIdentifiers.Builderavoiding the need to create one manually viaJobAttachmentDetailsIdentifiers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobAttachmentDetails(JobAttachmentDetailsIdentifiers).- Parameters:
jobAttachmentDetails- a consumer that will call methods onJobAttachmentDetailsIdentifiers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
stepDetails
The step details.
- Parameters:
stepDetails- The step details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
stepDetails
default JobEntityIdentifiersUnion.Builder stepDetails(Consumer<StepDetailsIdentifiers.Builder> stepDetails) The step details.
This is a convenience method that creates an instance of theStepDetailsIdentifiers.Builderavoiding the need to create one manually viaStepDetailsIdentifiers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tostepDetails(StepDetailsIdentifiers).- Parameters:
stepDetails- a consumer that will call methods onStepDetailsIdentifiers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
environmentDetails
JobEntityIdentifiersUnion.Builder environmentDetails(EnvironmentDetailsIdentifiers environmentDetails) The environment details.
- Parameters:
environmentDetails- The environment details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
environmentDetails
default JobEntityIdentifiersUnion.Builder environmentDetails(Consumer<EnvironmentDetailsIdentifiers.Builder> environmentDetails) The environment details.
This is a convenience method that creates an instance of theEnvironmentDetailsIdentifiers.Builderavoiding the need to create one manually viaEnvironmentDetailsIdentifiers.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toenvironmentDetails(EnvironmentDetailsIdentifiers).- Parameters:
environmentDetails- a consumer that will call methods onEnvironmentDetailsIdentifiers.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-