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