Interface ListAccountLinksRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountLinksRequest.Builder,ListAccountLinksRequest>,SdkBuilder<ListAccountLinksRequest.Builder,ListAccountLinksRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesRequest.Builder
- Enclosing class:
- ListAccountLinksRequest
public static interface ListAccountLinksRequest.Builder extends WorkSpacesRequest.Builder, SdkPojo, CopyableBuilder<ListAccountLinksRequest.Builder,ListAccountLinksRequest>
-
-
Method Summary
-
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.workspaces.model.WorkSpacesRequest.Builder
build
-
-
-
-
Method Detail
-
linkStatusFilterWithStrings
ListAccountLinksRequest.Builder linkStatusFilterWithStrings(Collection<String> linkStatusFilter)
Filters the account based on their link status.
- Parameters:
linkStatusFilter- Filters the account based on their link status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkStatusFilterWithStrings
ListAccountLinksRequest.Builder linkStatusFilterWithStrings(String... linkStatusFilter)
Filters the account based on their link status.
- Parameters:
linkStatusFilter- Filters the account based on their link status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkStatusFilter
ListAccountLinksRequest.Builder linkStatusFilter(Collection<AccountLinkStatusEnum> linkStatusFilter)
Filters the account based on their link status.
- Parameters:
linkStatusFilter- Filters the account based on their link status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
linkStatusFilter
ListAccountLinksRequest.Builder linkStatusFilter(AccountLinkStatusEnum... linkStatusFilter)
Filters the account based on their link status.
- Parameters:
linkStatusFilter- Filters the account based on their link status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccountLinksRequest.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more results to return.
- Parameters:
nextToken- The token to use to retrieve the next page of results. This value is null when there are no more results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAccountLinksRequest.Builder maxResults(Integer maxResults)
The maximum number of accounts to return.
- Parameters:
maxResults- The maximum number of accounts to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListAccountLinksRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountLinksRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-