public static interface ListMembersRequest.Builder extends ManagedBlockchainRequest.Builder, SdkPojo, CopyableBuilder<ListMembersRequest.Builder,ListMembersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListMembersRequest.Builder |
isOwned(Boolean isOwned)
An optional Boolean value.
|
ListMembersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of members to return in the request.
|
ListMembersRequest.Builder |
name(String name)
The optional name of the member to list.
|
ListMembersRequest.Builder |
networkId(String networkId)
The unique identifier of the network for which to list members.
|
ListMembersRequest.Builder |
nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
|
ListMembersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListMembersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ListMembersRequest.Builder |
status(MemberStatus status)
An optional status specifier.
|
ListMembersRequest.Builder |
status(String status)
An optional status specifier.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListMembersRequest.Builder networkId(String networkId)
The unique identifier of the network for which to list members.
networkId - The unique identifier of the network for which to list members.ListMembersRequest.Builder name(String name)
The optional name of the member to list.
name - The optional name of the member to list.ListMembersRequest.Builder status(String status)
An optional status specifier. If provided, only members currently in this status are listed.
status - An optional status specifier. If provided, only members currently in this status are listed.MemberStatus,
MemberStatusListMembersRequest.Builder status(MemberStatus status)
An optional status specifier. If provided, only members currently in this status are listed.
status - An optional status specifier. If provided, only members currently in this status are listed.MemberStatus,
MemberStatusListMembersRequest.Builder isOwned(Boolean isOwned)
An optional Boolean value. If provided, the request is limited either to members that the current Amazon Web
Services account owns (true) or that other Amazon Web Services accountsn own (false
). If omitted, all members are listed.
isOwned - An optional Boolean value. If provided, the request is limited either to members that the current
Amazon Web Services account owns (true) or that other Amazon Web Services accountsn own (
false). If omitted, all members are listed.ListMembersRequest.Builder maxResults(Integer maxResults)
The maximum number of members to return in the request.
maxResults - The maximum number of members to return in the request.ListMembersRequest.Builder nextToken(String nextToken)
The pagination token that indicates the next set of results to retrieve.
nextToken - The pagination token that indicates the next set of results to retrieve.ListMembersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListMembersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.