Interface ListUsersRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>,SdkBuilder<ListUsersRequest.Builder,ListUsersRequest>,SdkPojo,SdkRequest.Builder,TransferRequest.Builder
- Enclosing class:
- ListUsersRequest
public static interface ListUsersRequest.Builder extends TransferRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListUsersRequest.BuildermaxResults(Integer maxResults)Specifies the number of users to return as a response to theListUsersrequest.ListUsersRequest.BuildernextToken(String nextToken)If there are additional results from theListUserscall, aNextTokenparameter is returned in the output.ListUsersRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListUsersRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListUsersRequest.BuilderserverId(String serverId)A system-assigned unique identifier for a server that has users assigned to it.-
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.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.services.transfer.model.TransferRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListUsersRequest.Builder maxResults(Integer maxResults)
Specifies the number of users to return as a response to the
ListUsersrequest.- Parameters:
maxResults- Specifies the number of users to return as a response to theListUsersrequest.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListUsersRequest.Builder nextToken(String nextToken)
If there are additional results from the
ListUserscall, aNextTokenparameter is returned in the output. You can then pass theNextTokento a subsequentListUserscommand, to continue listing additional users.- Parameters:
nextToken- If there are additional results from theListUserscall, aNextTokenparameter is returned in the output. You can then pass theNextTokento a subsequentListUserscommand, to continue listing additional users.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serverId
ListUsersRequest.Builder serverId(String serverId)
A system-assigned unique identifier for a server that has users assigned to it.
- Parameters:
serverId- A system-assigned unique identifier for a server that has users assigned to it.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-