public static interface GetNetworkProfileRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<GetNetworkProfileRequest.Builder,GetNetworkProfileRequest>
Modifier and Type | Method and Description |
---|---|
GetNetworkProfileRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the network profile you want to return information about.
|
GetNetworkProfileRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
GetNetworkProfileRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the network profile you want to return information about.
arn
- The Amazon Resource Name (ARN) of the network profile you want to return information about.GetNetworkProfileRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.