public static interface ListPipesRequest.Builder extends PipesRequest.Builder, SdkPojo, CopyableBuilder<ListPipesRequest.Builder,ListPipesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListPipesRequest.Builder |
currentState(PipeState currentState)
The state the pipe is in.
|
ListPipesRequest.Builder |
currentState(String currentState)
The state the pipe is in.
|
ListPipesRequest.Builder |
desiredState(RequestedPipeState desiredState)
The state the pipe should be in.
|
ListPipesRequest.Builder |
desiredState(String desiredState)
The state the pipe should be in.
|
ListPipesRequest.Builder |
limit(Integer limit)
The maximum number of pipes to include in the response.
|
ListPipesRequest.Builder |
namePrefix(String namePrefix)
A value that will return a subset of the pipes associated with this account.
|
ListPipesRequest.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
ListPipesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListPipesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListPipesRequest.Builder |
sourcePrefix(String sourcePrefix)
The prefix matching the pipe source.
|
ListPipesRequest.Builder |
targetPrefix(String targetPrefix)
The prefix matching the pipe target.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListPipesRequest.Builder currentState(String currentState)
The state the pipe is in.
ListPipesRequest.Builder currentState(PipeState currentState)
The state the pipe is in.
ListPipesRequest.Builder desiredState(String desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeState,
RequestedPipeStateListPipesRequest.Builder desiredState(RequestedPipeState desiredState)
The state the pipe should be in.
desiredState - The state the pipe should be in.RequestedPipeState,
RequestedPipeStateListPipesRequest.Builder limit(Integer limit)
The maximum number of pipes to include in the response.
limit - The maximum number of pipes to include in the response.ListPipesRequest.Builder namePrefix(String namePrefix)
A value that will return a subset of the pipes associated with this account. For example,
"NamePrefix": "ABC" will return all endpoints with "ABC" in the name.
namePrefix - A value that will return a subset of the pipes associated with this account. For example,
"NamePrefix": "ABC" will return all endpoints with "ABC" in the name.ListPipesRequest.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken error.ListPipesRequest.Builder sourcePrefix(String sourcePrefix)
The prefix matching the pipe source.
sourcePrefix - The prefix matching the pipe source.ListPipesRequest.Builder targetPrefix(String targetPrefix)
The prefix matching the pipe target.
targetPrefix - The prefix matching the pipe target.ListPipesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListPipesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.