Interface ListMembershipsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CleanRoomsRequest.Builder,CopyableBuilder<ListMembershipsRequest.Builder,ListMembershipsRequest>,SdkBuilder<ListMembershipsRequest.Builder,ListMembershipsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMembershipsRequest
public static interface ListMembershipsRequest.Builder extends CleanRoomsRequest.Builder, SdkPojo, CopyableBuilder<ListMembershipsRequest.Builder,ListMembershipsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMembershipsRequest.BuildermaxResults(Integer maxResults)The maximum size of the results that is returned per call.ListMembershipsRequest.BuildernextToken(String nextToken)The token value retrieved from a previous call to access the next page of results.ListMembershipsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMembershipsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListMembershipsRequest.Builderstatus(String status)A filter which will return only memberships in the specified status.ListMembershipsRequest.Builderstatus(MembershipStatus status)A filter which will return only memberships in the specified status.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.cleanrooms.model.CleanRoomsRequest.Builder
build
-
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, sdkFields
-
-
-
-
Method Detail
-
nextToken
ListMembershipsRequest.Builder nextToken(String nextToken)
The token value retrieved from a previous call to access the next page of results.
- Parameters:
nextToken- The token value retrieved from a previous call to access the next page of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMembershipsRequest.Builder maxResults(Integer maxResults)
The maximum size of the results that is returned per call.
- Parameters:
maxResults- The maximum size of the results that is returned per call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ListMembershipsRequest.Builder status(String status)
A filter which will return only memberships in the specified status.
- Parameters:
status- A filter which will return only memberships in the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MembershipStatus,MembershipStatus
-
status
ListMembershipsRequest.Builder status(MembershipStatus status)
A filter which will return only memberships in the specified status.
- Parameters:
status- A filter which will return only memberships in the specified status.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MembershipStatus,MembershipStatus
-
overrideConfiguration
ListMembershipsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMembershipsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-