Interface ListArtifactsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>,DeviceFarmRequest.Builder,SdkBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListArtifactsRequest
public static interface ListArtifactsRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListArtifactsRequest.Builder,ListArtifactsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListArtifactsRequest.Builderarn(String arn)The run, job, suite, or test ARN.ListArtifactsRequest.BuildernextToken(String nextToken)An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.ListArtifactsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListArtifactsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListArtifactsRequest.Buildertype(String type)The artifacts' type.ListArtifactsRequest.Buildertype(ArtifactCategory type)The artifacts' type.-
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
-
arn
ListArtifactsRequest.Builder arn(String arn)
The run, job, suite, or test ARN.
- Parameters:
arn- The run, job, suite, or test ARN.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ListArtifactsRequest.Builder type(String type)
The artifacts' type.
Allowed values include:
-
FILE
-
LOG
-
SCREENSHOT
- Parameters:
type- The artifacts' type.Allowed values include:
-
FILE
-
LOG
-
SCREENSHOT
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactCategory,ArtifactCategory
-
-
type
ListArtifactsRequest.Builder type(ArtifactCategory type)
The artifacts' type.
Allowed values include:
-
FILE
-
LOG
-
SCREENSHOT
- Parameters:
type- The artifacts' type.Allowed values include:
-
FILE
-
LOG
-
SCREENSHOT
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ArtifactCategory,ArtifactCategory
-
-
nextToken
ListArtifactsRequest.Builder nextToken(String nextToken)
An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.
- Parameters:
nextToken- An identifier that was returned from the previous call to this operation, which can be used to return the next set of items in the list.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListArtifactsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListArtifactsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-