Interface ThirdPartyJob.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>,SdkBuilder<ThirdPartyJob.Builder,ThirdPartyJob>,SdkPojo
- Enclosing class:
- ThirdPartyJob
public static interface ThirdPartyJob.Builder extends SdkPojo, CopyableBuilder<ThirdPartyJob.Builder,ThirdPartyJob>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThirdPartyJob.BuilderclientId(String clientId)TheclientTokenportion of theclientIdandclientTokenpair used to verify that the calling entity is allowed access to the job and its details.ThirdPartyJob.BuilderjobId(String jobId)The identifier used to identify the job in CodePipeline.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
clientId
ThirdPartyJob.Builder clientId(String clientId)
The
clientTokenportion of theclientIdandclientTokenpair used to verify that the calling entity is allowed access to the job and its details.- Parameters:
clientId- TheclientTokenportion of theclientIdandclientTokenpair used to verify that the calling entity is allowed access to the job and its details.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobId
ThirdPartyJob.Builder jobId(String jobId)
The identifier used to identify the job in CodePipeline.
- Parameters:
jobId- The identifier used to identify the job in CodePipeline.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-