Interface CreateTestGridUrlResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateTestGridUrlResponse.Builder,,CreateTestGridUrlResponse> DeviceFarmResponse.Builder,SdkBuilder<CreateTestGridUrlResponse.Builder,,CreateTestGridUrlResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
CreateTestGridUrlResponse
@Mutable
@NotThreadSafe
public static interface CreateTestGridUrlResponse.Builder
extends DeviceFarmResponse.Builder, SdkPojo, CopyableBuilder<CreateTestGridUrlResponse.Builder,CreateTestGridUrlResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe number of seconds the URL stays active from creation.A signed URL, expiring in the time specified by theCreateTestGridUrlRequest, to be passed to aRemoteWebDriver.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
url
A signed URL, expiring in the time specified by the
CreateTestGridUrlRequest, to be passed to aRemoteWebDriver.- Parameters:
url- A signed URL, expiring in the time specified by theCreateTestGridUrlRequest, to be passed to aRemoteWebDriver.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expires
The number of seconds the URL stays active from creation.
- Parameters:
expires- The number of seconds the URL stays active from creation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-