UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.arn(String arn) |
The Amazon Resource Name (ARN) of the instance profile.
|
static UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.builder() |
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.description(String description) |
The updated description for your instance profile.
|
UpdateInstanceProfileRequest.Builder |
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.
|
UpdateInstanceProfileRequest.Builder |
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.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.name(String name) |
The updated name for your instance profile.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.packageCleanup(Boolean packageCleanup) |
The updated choice for whether you want to specify package cleanup.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.Builder.rebootAfterUse(Boolean rebootAfterUse) |
The updated choice for whether you want to reboot the device after use.
|
UpdateInstanceProfileRequest.Builder |
UpdateInstanceProfileRequest.toBuilder() |
|