Interface ListIpAccessSettingsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIpAccessSettingsRequest.Builder,ListIpAccessSettingsRequest>,SdkBuilder<ListIpAccessSettingsRequest.Builder,ListIpAccessSettingsRequest>,SdkPojo,SdkRequest.Builder,WorkSpacesWebRequest.Builder
- Enclosing class:
- ListIpAccessSettingsRequest
public static interface ListIpAccessSettingsRequest.Builder extends WorkSpacesWebRequest.Builder, SdkPojo, CopyableBuilder<ListIpAccessSettingsRequest.Builder,ListIpAccessSettingsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIpAccessSettingsRequest.BuildermaxResults(Integer maxResults)The maximum number of results to be included in the next page.ListIpAccessSettingsRequest.BuildernextToken(String nextToken)The pagination token used to retrieve the next page of results for this operation.ListIpAccessSettingsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIpAccessSettingsRequest.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.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.workspacesweb.model.WorkSpacesWebRequest.Builder
build
-
-
-
-
Method Detail
-
maxResults
ListIpAccessSettingsRequest.Builder maxResults(Integer maxResults)
The maximum number of results to be included in the next page.
- Parameters:
maxResults- The maximum number of results to be included in the next page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIpAccessSettingsRequest.Builder nextToken(String nextToken)
The pagination token used to retrieve the next page of results for this operation.
- Parameters:
nextToken- The pagination token used to retrieve the next page of results for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIpAccessSettingsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIpAccessSettingsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-