Class MongoDbAtlasSourceArgs.Builder
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.inputs.MongoDbAtlasSourceArgs.Builder
-
- Enclosing class:
- MongoDbAtlasSourceArgs
public static final class MongoDbAtlasSourceArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(MongoDbAtlasSourceArgs defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(MongoDbAtlasSourceArgs defaults)
-
-
Method Detail
-
additionalColumns
public MongoDbAtlasSourceArgs.Builder additionalColumns(@Nullable com.pulumi.core.Output<java.lang.Object> additionalColumns)
- Parameters:
additionalColumns
- Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).- Returns:
- builder
-
additionalColumns
public MongoDbAtlasSourceArgs.Builder additionalColumns(java.lang.Object additionalColumns)
- Parameters:
additionalColumns
- Specifies the additional columns to be added to source data. Type: array of objects(AdditionalColumns) (or Expression with resultType array of objects).- Returns:
- builder
-
batchSize
public MongoDbAtlasSourceArgs.Builder batchSize(@Nullable com.pulumi.core.Output<java.lang.Object> batchSize)
- Parameters:
batchSize
- Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).- Returns:
- builder
-
batchSize
public MongoDbAtlasSourceArgs.Builder batchSize(java.lang.Object batchSize)
- Parameters:
batchSize
- Specifies the number of documents to return in each batch of the response from MongoDB Atlas instance. In most cases, modifying the batch size will not affect the user or the application. This property's main purpose is to avoid hit the limitation of response size. Type: integer (or Expression with resultType integer).- Returns:
- builder
-
cursorMethods
public MongoDbAtlasSourceArgs.Builder cursorMethods(@Nullable com.pulumi.core.Output<MongoDbCursorMethodsPropertiesArgs> cursorMethods)
- Parameters:
cursorMethods
- Cursor methods for Mongodb query- Returns:
- builder
-
cursorMethods
public MongoDbAtlasSourceArgs.Builder cursorMethods(MongoDbCursorMethodsPropertiesArgs cursorMethods)
- Parameters:
cursorMethods
- Cursor methods for Mongodb query- Returns:
- builder
-
disableMetricsCollection
public MongoDbAtlasSourceArgs.Builder disableMetricsCollection(@Nullable com.pulumi.core.Output<java.lang.Object> disableMetricsCollection)
- Parameters:
disableMetricsCollection
- If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Returns:
- builder
-
disableMetricsCollection
public MongoDbAtlasSourceArgs.Builder disableMetricsCollection(java.lang.Object disableMetricsCollection)
- Parameters:
disableMetricsCollection
- If true, disable data store metrics collection. Default is false. Type: boolean (or Expression with resultType boolean).- Returns:
- builder
-
filter
public MongoDbAtlasSourceArgs.Builder filter(@Nullable com.pulumi.core.Output<java.lang.Object> filter)
- Parameters:
filter
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).- Returns:
- builder
-
filter
public MongoDbAtlasSourceArgs.Builder filter(java.lang.Object filter)
- Parameters:
filter
- Specifies selection filter using query operators. To return all documents in a collection, omit this parameter or pass an empty document ({}). Type: string (or Expression with resultType string).- Returns:
- builder
-
maxConcurrentConnections
public MongoDbAtlasSourceArgs.Builder maxConcurrentConnections(@Nullable com.pulumi.core.Output<java.lang.Object> maxConcurrentConnections)
- Parameters:
maxConcurrentConnections
- The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Returns:
- builder
-
maxConcurrentConnections
public MongoDbAtlasSourceArgs.Builder maxConcurrentConnections(java.lang.Object maxConcurrentConnections)
- Parameters:
maxConcurrentConnections
- The maximum concurrent connection count for the source data store. Type: integer (or Expression with resultType integer).- Returns:
- builder
-
queryTimeout
public MongoDbAtlasSourceArgs.Builder queryTimeout(@Nullable com.pulumi.core.Output<java.lang.Object> queryTimeout)
- Parameters:
queryTimeout
- Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Returns:
- builder
-
queryTimeout
public MongoDbAtlasSourceArgs.Builder queryTimeout(java.lang.Object queryTimeout)
- Parameters:
queryTimeout
- Query timeout. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Returns:
- builder
-
sourceRetryCount
public MongoDbAtlasSourceArgs.Builder sourceRetryCount(@Nullable com.pulumi.core.Output<java.lang.Object> sourceRetryCount)
- Parameters:
sourceRetryCount
- Source retry count. Type: integer (or Expression with resultType integer).- Returns:
- builder
-
sourceRetryCount
public MongoDbAtlasSourceArgs.Builder sourceRetryCount(java.lang.Object sourceRetryCount)
- Parameters:
sourceRetryCount
- Source retry count. Type: integer (or Expression with resultType integer).- Returns:
- builder
-
sourceRetryWait
public MongoDbAtlasSourceArgs.Builder sourceRetryWait(@Nullable com.pulumi.core.Output<java.lang.Object> sourceRetryWait)
- Parameters:
sourceRetryWait
- Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Returns:
- builder
-
sourceRetryWait
public MongoDbAtlasSourceArgs.Builder sourceRetryWait(java.lang.Object sourceRetryWait)
- Parameters:
sourceRetryWait
- Source retry wait. Type: string (or Expression with resultType string), pattern: ((\d+)\.)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).- Returns:
- builder
-
type
public MongoDbAtlasSourceArgs.Builder type(com.pulumi.core.Output<java.lang.String> type)
- Parameters:
type
- Copy source type. Expected value is 'MongoDbAtlasSource'.- Returns:
- builder
-
type
public MongoDbAtlasSourceArgs.Builder type(java.lang.String type)
- Parameters:
type
- Copy source type. Expected value is 'MongoDbAtlasSource'.- Returns:
- builder
-
build
public MongoDbAtlasSourceArgs build()
-
-