public static interface ListNetworkProfilesRequest.Builder extends DeviceFarmRequest.Builder, CopyableBuilder<ListNetworkProfilesRequest.Builder,ListNetworkProfilesRequest>
Modifier and Type | Method and Description |
---|---|
ListNetworkProfilesRequest.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
|
ListNetworkProfilesRequest.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.
|
ListNetworkProfilesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
ListNetworkProfilesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
ListNetworkProfilesRequest.Builder |
type(NetworkProfileType type)
The type of network profile you wish to return information about.
|
ListNetworkProfilesRequest.Builder |
type(String type)
The type of network profile you wish to return information about.
|
build
requestOverrideConfig
copy
apply, build
ListNetworkProfilesRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
arn
- The Amazon Resource Name (ARN) of the project for which you want to list network profiles.ListNetworkProfilesRequest.Builder type(String type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
,
NetworkProfileType
ListNetworkProfilesRequest.Builder type(NetworkProfileType type)
The type of network profile you wish to return information about. Valid values are listed below.
type
- The type of network profile you wish to return information about. Valid values are listed below.NetworkProfileType
,
NetworkProfileType
ListNetworkProfilesRequest.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.
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.ListNetworkProfilesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.ListNetworkProfilesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.