Interface ListMemberAccountsRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMemberAccountsRequest.Builder,,ListMemberAccountsRequest> NotificationsRequest.Builder,SdkBuilder<ListMemberAccountsRequest.Builder,,ListMemberAccountsRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
ListMemberAccountsRequest
@Mutable
@NotThreadSafe
public static interface ListMemberAccountsRequest.Builder
extends NotificationsRequest.Builder, SdkPojo, CopyableBuilder<ListMemberAccountsRequest.Builder,ListMemberAccountsRequest>
-
Method Summary
Modifier and TypeMethodDescriptionmaxResults(Integer maxResults) The maximum number of results to return in a single call.memberAccount(String memberAccount) The member account identifier used to filter the results.The token for the next page of results.notificationConfigurationArn(String notificationConfigurationArn) The Amazon Resource Name (ARN) of the notification configuration used to filter the member accounts.organizationalUnitId(String organizationalUnitId) The organizational unit ID used to filter the member accounts.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.The status used to filter the member accounts.The status used to filter the member accounts.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.notifications.model.NotificationsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
notificationConfigurationArn
The Amazon Resource Name (ARN) of the notification configuration used to filter the member accounts.
- Parameters:
notificationConfigurationArn- The Amazon Resource Name (ARN) of the notification configuration used to filter the member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
The maximum number of results to return in a single call. Valid values are 1-100.
- Parameters:
maxResults- The maximum number of results to return in a single call. Valid values are 1-100.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
The token for the next page of results. Use the value returned in the previous response.
- Parameters:
nextToken- The token for the next page of results. Use the value returned in the previous response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
memberAccount
The member account identifier used to filter the results.
- Parameters:
memberAccount- The member account identifier used to filter the results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status used to filter the member accounts.
- Parameters:
status- The status used to filter the member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status used to filter the member accounts.
- Parameters:
status- The status used to filter the member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
organizationalUnitId
The organizational unit ID used to filter the member accounts.
- Parameters:
organizationalUnitId- The organizational unit ID used to filter the member accounts.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMemberAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
ListMemberAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-