Interface ListIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>,CustomerProfilesRequest.Builder,SdkBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListIntegrationsRequest
public static interface ListIntegrationsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListIntegrationsRequest.Builder,ListIntegrationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListIntegrationsRequest.BuilderdomainName(String domainName)The unique name of the domain.ListIntegrationsRequest.BuilderincludeHidden(Boolean includeHidden)Boolean to indicate if hidden integration should be returned.ListIntegrationsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.ListIntegrationsRequest.BuildernextToken(String nextToken)The pagination token from the previous ListIntegrations API call.ListIntegrationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListIntegrationsRequest.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.customerprofiles.model.CustomerProfilesRequest.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
-
domainName
ListIntegrationsRequest.Builder domainName(String domainName)
The unique name of the domain.
- Parameters:
domainName- The unique name of the domain.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListIntegrationsRequest.Builder nextToken(String nextToken)
The pagination token from the previous ListIntegrations API call.
- Parameters:
nextToken- The pagination token from the previous ListIntegrations API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListIntegrationsRequest.Builder maxResults(Integer maxResults)
The maximum number of objects returned per page.
- Parameters:
maxResults- The maximum number of objects returned per page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
includeHidden
ListIntegrationsRequest.Builder includeHidden(Boolean includeHidden)
Boolean to indicate if hidden integration should be returned. Defaults to
False.- Parameters:
includeHidden- Boolean to indicate if hidden integration should be returned. Defaults toFalse.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-