Uses of Interface
software.amazon.awssdk.services.codebuild.model.ReportWithRawData.Builder
-
Packages that use ReportWithRawData.Builder Package Description software.amazon.awssdk.services.codebuild.model -
-
Uses of ReportWithRawData.Builder in software.amazon.awssdk.services.codebuild.model
Methods in software.amazon.awssdk.services.codebuild.model that return ReportWithRawData.Builder Modifier and Type Method Description static ReportWithRawData.BuilderReportWithRawData. builder()ReportWithRawData.BuilderReportWithRawData.Builder. data(String data)The value of the requested data field from the report.ReportWithRawData.BuilderReportWithRawData.Builder. reportArn(String reportArn)The ARN of the report.ReportWithRawData.BuilderReportWithRawData. toBuilder()Methods in software.amazon.awssdk.services.codebuild.model that return types with arguments of type ReportWithRawData.Builder Modifier and Type Method Description static Class<? extends ReportWithRawData.Builder>ReportWithRawData. serializableBuilderClass()
-