Interface ListNetworkProfilesRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListNetworkProfilesRequest.Builder,ListNetworkProfilesRequest>,DeviceFarmRequest.Builder,SdkBuilder<ListNetworkProfilesRequest.Builder,ListNetworkProfilesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListNetworkProfilesRequest
public static interface ListNetworkProfilesRequest.Builder extends DeviceFarmRequest.Builder, SdkPojo, CopyableBuilder<ListNetworkProfilesRequest.Builder,ListNetworkProfilesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNetworkProfilesRequest.Builderarn(String arn)The Amazon Resource Name (ARN) of the project for which you want to list network profiles.ListNetworkProfilesRequest.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.ListNetworkProfilesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListNetworkProfilesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListNetworkProfilesRequest.Buildertype(String type)The type of network profile to return information about.ListNetworkProfilesRequest.Buildertype(NetworkProfileType type)The type of network profile to return information about.-
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
ListNetworkProfilesRequest.Builder arn(String arn)
The Amazon Resource Name (ARN) of the project for which you want to list network profiles.
- Parameters:
arn- The Amazon Resource Name (ARN) of the project for which you want to list network profiles.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
type
ListNetworkProfilesRequest.Builder type(String type)
The type of network profile to return information about. Valid values are listed here.
- Parameters:
type- The type of network profile to return information about. Valid values are listed here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkProfileType,NetworkProfileType
-
type
ListNetworkProfilesRequest.Builder type(NetworkProfileType type)
The type of network profile to return information about. Valid values are listed here.
- Parameters:
type- The type of network profile to return information about. Valid values are listed here.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
NetworkProfileType,NetworkProfileType
-
nextToken
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.
- 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
ListNetworkProfilesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListNetworkProfilesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-