Uses of Interface
software.amazon.awssdk.services.devicefarm.model.Sample.Builder
-
Packages that use Sample.Builder Package Description software.amazon.awssdk.services.devicefarm.model -
-
Uses of Sample.Builder in software.amazon.awssdk.services.devicefarm.model
Methods in software.amazon.awssdk.services.devicefarm.model that return Sample.Builder Modifier and Type Method Description Sample.BuilderSample.Builder. arn(String arn)The sample's ARN.static Sample.BuilderSample. builder()Sample.BuilderSample. toBuilder()Sample.BuilderSample.Builder. type(String type)The sample's type.Sample.BuilderSample.Builder. type(SampleType type)The sample's type.Sample.BuilderSample.Builder. url(String url)The presigned Amazon S3 URL that can be used with a GET request to download the sample's file.Methods in software.amazon.awssdk.services.devicefarm.model that return types with arguments of type Sample.Builder Modifier and Type Method Description static Class<? extends Sample.Builder>Sample. serializableBuilderClass()
-