Interface ListMemberAccountsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListMemberAccountsRequest.Builder,ListMemberAccountsRequest>,FmsRequest.Builder,SdkBuilder<ListMemberAccountsRequest.Builder,ListMemberAccountsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListMemberAccountsRequest
public static interface ListMemberAccountsRequest.Builder extends FmsRequest.Builder, SdkPojo, CopyableBuilder<ListMemberAccountsRequest.Builder,ListMemberAccountsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListMemberAccountsRequest.BuildermaxResults(Integer maxResults)Specifies the number of member account IDs that you want Firewall Manager to return for this request.ListMemberAccountsRequest.BuildernextToken(String nextToken)If you specify a value forMaxResultsand you have more account IDs than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group of IDs.ListMemberAccountsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListMemberAccountsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
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.services.fms.model.FmsRequest.Builder
build
-
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
ListMemberAccountsRequest.Builder nextToken(String nextToken)
If you specify a value for
MaxResultsand you have more account IDs than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group of IDs. For the second and subsequentListMemberAccountsRequestrequests, specify the value ofNextTokenfrom the previous response to get information about another batch of member account IDs.- Parameters:
nextToken- If you specify a value forMaxResultsand you have more account IDs than the number that you specify forMaxResults, Firewall Manager returns aNextTokenvalue in the response that allows you to list another group of IDs. For the second and subsequentListMemberAccountsRequestrequests, specify the value ofNextTokenfrom the previous response to get information about another batch of member account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListMemberAccountsRequest.Builder maxResults(Integer maxResults)
Specifies the number of member account IDs that you want Firewall Manager to return for this request. If you have more IDs than the number that you specify for
MaxResults, the response includes aNextTokenvalue that you can use to get another batch of member account IDs.- Parameters:
maxResults- Specifies the number of member account IDs that you want Firewall Manager to return for this request. If you have more IDs than the number that you specify forMaxResults, the response includes aNextTokenvalue that you can use to get another batch of member account IDs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListMemberAccountsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListMemberAccountsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-