Interface JobEntityIdentifiersUnion.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<JobEntityIdentifiersUnion.Builder,JobEntityIdentifiersUnion>,SdkBuilder<JobEntityIdentifiersUnion.Builder,JobEntityIdentifiersUnion>,SdkPojo
- Enclosing class:
- JobEntityIdentifiersUnion
public static interface JobEntityIdentifiersUnion.Builder extends SdkPojo, CopyableBuilder<JobEntityIdentifiersUnion.Builder,JobEntityIdentifiersUnion>
-
-
Method Summary
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
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
-
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:
environmentDetails(EnvironmentDetailsIdentifiers)
-
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:
jobAttachmentDetails(JobAttachmentDetailsIdentifiers)
-
jobDetails
JobEntityIdentifiersUnion.Builder jobDetails(JobDetailsIdentifiers 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:
jobDetails(JobDetailsIdentifiers)
-
stepDetails
JobEntityIdentifiersUnion.Builder stepDetails(StepDetailsIdentifiers 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:
stepDetails(StepDetailsIdentifiers)
-
-