Interface UpdateInstanceProfileRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<UpdateInstanceProfileRequest.Builder,
,UpdateInstanceProfileRequest> DeviceFarmRequest.Builder
,SdkBuilder<UpdateInstanceProfileRequest.Builder,
,UpdateInstanceProfileRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
UpdateInstanceProfileRequest
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the instance profile.description
(String description) The updated description for your instance profile.excludeAppPackagesFromCleanup
(String... excludeAppPackagesFromCleanup) An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.excludeAppPackagesFromCleanup
(Collection<String> excludeAppPackagesFromCleanup) An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.The updated name for your instance profile.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.packageCleanup
(Boolean packageCleanup) The updated choice for whether you want to specify package cleanup.rebootAfterUse
(Boolean rebootAfterUse) The updated choice for whether you want to reboot the device after use.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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the instance profile.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The updated name for your instance profile.
- Parameters:
name
- The updated name for your instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description for your instance profile.
- Parameters:
description
- The updated description for your instance profile.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
packageCleanup
The updated choice for whether you want to specify package cleanup. The default value is
false
for private devices.- Parameters:
packageCleanup
- The updated choice for whether you want to specify package cleanup. The default value isfalse
for private devices.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeAppPackagesFromCleanup
UpdateInstanceProfileRequest.Builder excludeAppPackagesFromCleanup(Collection<String> excludeAppPackagesFromCleanup) An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.
The list of packages is only considered if you set
packageCleanup
totrue
.- Parameters:
excludeAppPackagesFromCleanup
- An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.The list of packages is only considered if you set
packageCleanup
totrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
excludeAppPackagesFromCleanup
UpdateInstanceProfileRequest.Builder excludeAppPackagesFromCleanup(String... excludeAppPackagesFromCleanup) An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.
The list of packages is only considered if you set
packageCleanup
totrue
.- Parameters:
excludeAppPackagesFromCleanup
- An array of strings that specifies the list of app packages that should not be cleaned up from the device after a test run is over.The list of packages is only considered if you set
packageCleanup
totrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
rebootAfterUse
The updated choice for whether you want to reboot the device after use. The default value is
true
.- Parameters:
rebootAfterUse
- The updated choice for whether you want to reboot the device after use. The default value istrue
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UpdateInstanceProfileRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateInstanceProfileRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-