Uses of Interface
software.amazon.awssdk.services.robomaker.model.Source.Builder
-
Packages that use Source.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of Source.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return Source.Builder Modifier and Type Method Description Source.BuilderSource.Builder. architecture(String architecture)The taget processor architecture for the application.Source.BuilderSource.Builder. architecture(Architecture architecture)The taget processor architecture for the application.static Source.BuilderSource. builder()Source.BuilderSource.Builder. etag(String etag)A hash of the object specified bys3Bucketands3Key.Source.BuilderSource.Builder. s3Bucket(String s3Bucket)The s3 bucket name.Source.BuilderSource.Builder. s3Key(String s3Key)The s3 object key.Source.BuilderSource. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type Source.Builder Modifier and Type Method Description static Class<? extends Source.Builder>Source. serializableBuilderClass()
-