Interface CreateTestGridUrlRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateTestGridUrlRequest.Builder,CreateTestGridUrlRequest>,DeviceFarmRequest.Builder,SdkBuilder<CreateTestGridUrlRequest.Builder,CreateTestGridUrlRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateTestGridUrlRequest
public static interface CreateTestGridUrlRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<CreateTestGridUrlRequest.Builder,CreateTestGridUrlRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateTestGridUrlRequest.BuilderexpiresInSeconds(Integer expiresInSeconds)Lifetime, in seconds, of the URL.CreateTestGridUrlRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateTestGridUrlRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateTestGridUrlRequest.BuilderprojectArn(String projectArn)ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.devicefarm.model.DeviceFarmRequest.Builder
build
-
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
-
projectArn
CreateTestGridUrlRequest.Builder projectArn(String projectArn)
ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.
- Parameters:
projectArn- ARN (from CreateTestGridProject or ListTestGridProjects) to associate with the short-term URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
expiresInSeconds
CreateTestGridUrlRequest.Builder expiresInSeconds(Integer expiresInSeconds)
Lifetime, in seconds, of the URL.
- Parameters:
expiresInSeconds- Lifetime, in seconds, of the URL.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
CreateTestGridUrlRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateTestGridUrlRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-