Interface ListDeviceIdentifiersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListDeviceIdentifiersRequest.Builder,ListDeviceIdentifiersRequest>,PrivateNetworksRequest.Builder,SdkBuilder<ListDeviceIdentifiersRequest.Builder,ListDeviceIdentifiersRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListDeviceIdentifiersRequest
public static interface ListDeviceIdentifiersRequest.Builder extends PrivateNetworksRequest.Builder, SdkPojo, CopyableBuilder<ListDeviceIdentifiersRequest.Builder,ListDeviceIdentifiersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListDeviceIdentifiersRequest.Builderfilters(Map<DeviceIdentifierFilterKeys,? extends Collection<String>> filters)The filters.ListDeviceIdentifiersRequest.BuilderfiltersWithStrings(Map<String,? extends Collection<String>> filters)The filters.ListDeviceIdentifiersRequest.BuildermaxResults(Integer maxResults)The maximum number of results to return.ListDeviceIdentifiersRequest.BuildernetworkArn(String networkArn)The Amazon Resource Name (ARN) of the network.ListDeviceIdentifiersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListDeviceIdentifiersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListDeviceIdentifiersRequest.BuilderstartToken(String startToken)The token for the next page of results.-
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.privatenetworks.model.PrivateNetworksRequest.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
-
filtersWithStrings
ListDeviceIdentifiersRequest.Builder filtersWithStrings(Map<String,? extends Collection<String>> filters)
The filters.
-
ORDER- The Amazon Resource Name (ARN) of the order. -
STATUS- The status (ACTIVE|INACTIVE). -
TRAFFIC_GROUP- The Amazon Resource Name (ARN) of the traffic group.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.- Parameters:
filters- The filters.-
ORDER- The Amazon Resource Name (ARN) of the order. -
STATUS- The status (ACTIVE|INACTIVE). -
TRAFFIC_GROUP- The Amazon Resource Name (ARN) of the traffic group.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
filters
ListDeviceIdentifiersRequest.Builder filters(Map<DeviceIdentifierFilterKeys,? extends Collection<String>> filters)
The filters.
-
ORDER- The Amazon Resource Name (ARN) of the order. -
STATUS- The status (ACTIVE|INACTIVE). -
TRAFFIC_GROUP- The Amazon Resource Name (ARN) of the traffic group.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.- Parameters:
filters- The filters.-
ORDER- The Amazon Resource Name (ARN) of the order. -
STATUS- The status (ACTIVE|INACTIVE). -
TRAFFIC_GROUP- The Amazon Resource Name (ARN) of the traffic group.
Filter values are case sensitive. If you specify multiple values for a filter, the values are joined with an
OR, and the request returns all results that match any of the specified values.-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
maxResults
ListDeviceIdentifiersRequest.Builder maxResults(Integer maxResults)
The maximum number of results to return.
- Parameters:
maxResults- The maximum number of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkArn
ListDeviceIdentifiersRequest.Builder networkArn(String networkArn)
The Amazon Resource Name (ARN) of the network.
- Parameters:
networkArn- The Amazon Resource Name (ARN) of the network.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startToken
ListDeviceIdentifiersRequest.Builder startToken(String startToken)
The token for the next page of results.
- Parameters:
startToken- The token for the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListDeviceIdentifiersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListDeviceIdentifiersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-