Interface ListAccountIntegrationsRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<ListAccountIntegrationsRequest.Builder,ListAccountIntegrationsRequest>,CustomerProfilesRequest.Builder,SdkBuilder<ListAccountIntegrationsRequest.Builder,ListAccountIntegrationsRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListAccountIntegrationsRequest
public static interface ListAccountIntegrationsRequest.Builder extends CustomerProfilesRequest.Builder, SdkPojo, CopyableBuilder<ListAccountIntegrationsRequest.Builder,ListAccountIntegrationsRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAccountIntegrationsRequest.BuilderincludeHidden(Boolean includeHidden)Boolean to indicate if hidden integration should be returned.ListAccountIntegrationsRequest.BuildermaxResults(Integer maxResults)The maximum number of objects returned per page.ListAccountIntegrationsRequest.BuildernextToken(String nextToken)The pagination token from the previous ListAccountIntegrations API call.ListAccountIntegrationsRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListAccountIntegrationsRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)ListAccountIntegrationsRequest.Builderuri(String uri)The URI of the S3 bucket or any other type of data source.-
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
-
uri
ListAccountIntegrationsRequest.Builder uri(String uri)
The URI of the S3 bucket or any other type of data source.
- Parameters:
uri- The URI of the S3 bucket or any other type of data source.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
ListAccountIntegrationsRequest.Builder nextToken(String nextToken)
The pagination token from the previous ListAccountIntegrations API call.
- Parameters:
nextToken- The pagination token from the previous ListAccountIntegrations API call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListAccountIntegrationsRequest.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
ListAccountIntegrationsRequest.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
ListAccountIntegrationsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListAccountIntegrationsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-