Uses of Interface
software.amazon.awssdk.services.codepipeline.model.ThirdPartyJob.Builder
-
Packages that use ThirdPartyJob.Builder Package Description software.amazon.awssdk.services.codepipeline.model -
-
Uses of ThirdPartyJob.Builder in software.amazon.awssdk.services.codepipeline.model
Methods in software.amazon.awssdk.services.codepipeline.model that return ThirdPartyJob.Builder Modifier and Type Method Description static ThirdPartyJob.BuilderThirdPartyJob. builder()ThirdPartyJob.BuilderThirdPartyJob.Builder. clientId(String clientId)TheclientTokenportion of theclientIdandclientTokenpair used to verify that the calling entity is allowed access to the job and its details.ThirdPartyJob.BuilderThirdPartyJob.Builder. jobId(String jobId)The identifier used to identify the job in CodePipeline.ThirdPartyJob.BuilderThirdPartyJob. toBuilder()Methods in software.amazon.awssdk.services.codepipeline.model that return types with arguments of type ThirdPartyJob.Builder Modifier and Type Method Description static Class<? extends ThirdPartyJob.Builder>ThirdPartyJob. serializableBuilderClass()
-