Interface CustomerArtifactPaths.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerArtifactPaths.Builder,CustomerArtifactPaths>,SdkBuilder<CustomerArtifactPaths.Builder,CustomerArtifactPaths>,SdkPojo
- Enclosing class:
- CustomerArtifactPaths
public static interface CustomerArtifactPaths.Builder extends SdkPojo, CopyableBuilder<CustomerArtifactPaths.Builder,CustomerArtifactPaths>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerArtifactPaths.BuilderandroidPaths(String... androidPaths)Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.CustomerArtifactPaths.BuilderandroidPaths(Collection<String> androidPaths)Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.CustomerArtifactPaths.BuilderdeviceHostPaths(String... deviceHostPaths)Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.CustomerArtifactPaths.BuilderdeviceHostPaths(Collection<String> deviceHostPaths)Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.CustomerArtifactPaths.BuilderiosPaths(String... iosPaths)Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.CustomerArtifactPaths.BuilderiosPaths(Collection<String> iosPaths)Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.-
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, sdkFields
-
-
-
-
Method Detail
-
iosPaths
CustomerArtifactPaths.Builder iosPaths(Collection<String> iosPaths)
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
- Parameters:
iosPaths- Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
iosPaths
CustomerArtifactPaths.Builder iosPaths(String... iosPaths)
Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.
- Parameters:
iosPaths- Comma-separated list of paths on the iOS device where the artifacts generated by the customer's tests are pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
androidPaths
CustomerArtifactPaths.Builder androidPaths(Collection<String> androidPaths)
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
- Parameters:
androidPaths- Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
androidPaths
CustomerArtifactPaths.Builder androidPaths(String... androidPaths)
Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.
- Parameters:
androidPaths- Comma-separated list of paths on the Android device where the artifacts generated by the customer's tests are pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceHostPaths
CustomerArtifactPaths.Builder deviceHostPaths(Collection<String> deviceHostPaths)
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
- Parameters:
deviceHostPaths- Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deviceHostPaths
CustomerArtifactPaths.Builder deviceHostPaths(String... deviceHostPaths)
Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.
- Parameters:
deviceHostPaths- Comma-separated list of paths in the test execution environment where the artifacts generated by the customer's tests are pulled from.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-