Package com.pulumi.aws.finspace.inputs
Class KxDataviewState.Builder
- java.lang.Object
-
- com.pulumi.aws.finspace.inputs.KxDataviewState.Builder
-
- Enclosing class:
- KxDataviewState
public static final class KxDataviewState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(KxDataviewState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description KxDataviewState.Builder
arn(com.pulumi.core.Output<java.lang.String> arn)
KxDataviewState.Builder
arn(java.lang.String arn)
KxDataviewState.Builder
autoUpdate(com.pulumi.core.Output<java.lang.Boolean> autoUpdate)
KxDataviewState.Builder
autoUpdate(java.lang.Boolean autoUpdate)
KxDataviewState.Builder
availabilityZoneId(com.pulumi.core.Output<java.lang.String> availabilityZoneId)
KxDataviewState.Builder
availabilityZoneId(java.lang.String availabilityZoneId)
KxDataviewState.Builder
azMode(com.pulumi.core.Output<java.lang.String> azMode)
KxDataviewState.Builder
azMode(java.lang.String azMode)
KxDataviewState
build()
KxDataviewState.Builder
changesetId(com.pulumi.core.Output<java.lang.String> changesetId)
KxDataviewState.Builder
changesetId(java.lang.String changesetId)
KxDataviewState.Builder
createdTimestamp(com.pulumi.core.Output<java.lang.String> createdTimestamp)
KxDataviewState.Builder
createdTimestamp(java.lang.String createdTimestamp)
KxDataviewState.Builder
databaseName(com.pulumi.core.Output<java.lang.String> databaseName)
KxDataviewState.Builder
databaseName(java.lang.String databaseName)
KxDataviewState.Builder
description(com.pulumi.core.Output<java.lang.String> description)
KxDataviewState.Builder
description(java.lang.String description)
KxDataviewState.Builder
environmentId(com.pulumi.core.Output<java.lang.String> environmentId)
KxDataviewState.Builder
environmentId(java.lang.String environmentId)
KxDataviewState.Builder
lastModifiedTimestamp(com.pulumi.core.Output<java.lang.String> lastModifiedTimestamp)
KxDataviewState.Builder
lastModifiedTimestamp(java.lang.String lastModifiedTimestamp)
KxDataviewState.Builder
name(com.pulumi.core.Output<java.lang.String> name)
KxDataviewState.Builder
name(java.lang.String name)
KxDataviewState.Builder
readWrite(com.pulumi.core.Output<java.lang.Boolean> readWrite)
KxDataviewState.Builder
readWrite(java.lang.Boolean readWrite)
KxDataviewState.Builder
segmentConfigurations(KxDataviewSegmentConfigurationArgs... segmentConfigurations)
KxDataviewState.Builder
segmentConfigurations(com.pulumi.core.Output<java.util.List<KxDataviewSegmentConfigurationArgs>> segmentConfigurations)
KxDataviewState.Builder
segmentConfigurations(java.util.List<KxDataviewSegmentConfigurationArgs> segmentConfigurations)
KxDataviewState.Builder
status(com.pulumi.core.Output<java.lang.String> status)
KxDataviewState.Builder
status(java.lang.String status)
KxDataviewState.Builder
tags(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
KxDataviewState.Builder
tags(java.util.Map<java.lang.String,java.lang.String> tags)
KxDataviewState.Builder
tagsAll(com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.KxDataviewState.Builder
tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(KxDataviewState defaults)
-
-
Method Detail
-
arn
public KxDataviewState.Builder arn(@Nullable com.pulumi.core.Output<java.lang.String> arn)
- Parameters:
arn
- Amazon Resource Name (ARN) identifier of the KX dataview.- Returns:
- builder
-
arn
public KxDataviewState.Builder arn(java.lang.String arn)
- Parameters:
arn
- Amazon Resource Name (ARN) identifier of the KX dataview.- Returns:
- builder
-
autoUpdate
public KxDataviewState.Builder autoUpdate(@Nullable com.pulumi.core.Output<java.lang.Boolean> autoUpdate)
- Parameters:
autoUpdate
- The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.- Returns:
- builder
-
autoUpdate
public KxDataviewState.Builder autoUpdate(java.lang.Boolean autoUpdate)
- Parameters:
autoUpdate
- The option to specify whether you want to apply all the future additions and corrections automatically to the dataview, when you ingest new changesets. The default value is false.- Returns:
- builder
-
availabilityZoneId
public KxDataviewState.Builder availabilityZoneId(@Nullable com.pulumi.core.Output<java.lang.String> availabilityZoneId)
- Parameters:
availabilityZoneId
- The identifier of the availability zones. If attaching a volume, the volume must be in the same availability zone as the dataview that you are attaching to.- Returns:
- builder
-
availabilityZoneId
public KxDataviewState.Builder availabilityZoneId(java.lang.String availabilityZoneId)
- Parameters:
availabilityZoneId
- The identifier of the availability zones. If attaching a volume, the volume must be in the same availability zone as the dataview that you are attaching to.- Returns:
- builder
-
azMode
public KxDataviewState.Builder azMode(@Nullable com.pulumi.core.Output<java.lang.String> azMode)
- Parameters:
azMode
- The number of availability zones you want to assign per cluster. This can be one of the following:- Returns:
- builder
-
azMode
public KxDataviewState.Builder azMode(java.lang.String azMode)
- Parameters:
azMode
- The number of availability zones you want to assign per cluster. This can be one of the following:- Returns:
- builder
-
changesetId
public KxDataviewState.Builder changesetId(@Nullable com.pulumi.core.Output<java.lang.String> changesetId)
- Parameters:
changesetId
- A unique identifier of the changeset of the database that you want to use to ingest data.- Returns:
- builder
-
changesetId
public KxDataviewState.Builder changesetId(java.lang.String changesetId)
- Parameters:
changesetId
- A unique identifier of the changeset of the database that you want to use to ingest data.- Returns:
- builder
-
createdTimestamp
public KxDataviewState.Builder createdTimestamp(@Nullable com.pulumi.core.Output<java.lang.String> createdTimestamp)
- Parameters:
createdTimestamp
- Timestamp at which the dataview was created in FinSpace. Value determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- builder
-
createdTimestamp
public KxDataviewState.Builder createdTimestamp(java.lang.String createdTimestamp)
- Parameters:
createdTimestamp
- Timestamp at which the dataview was created in FinSpace. Value determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- builder
-
databaseName
public KxDataviewState.Builder databaseName(@Nullable com.pulumi.core.Output<java.lang.String> databaseName)
- Parameters:
databaseName
- The name of the database where you want to create a dataview.- Returns:
- builder
-
databaseName
public KxDataviewState.Builder databaseName(java.lang.String databaseName)
- Parameters:
databaseName
- The name of the database where you want to create a dataview.- Returns:
- builder
-
description
public KxDataviewState.Builder description(@Nullable com.pulumi.core.Output<java.lang.String> description)
- Parameters:
description
- A description for the dataview.- Returns:
- builder
-
description
public KxDataviewState.Builder description(java.lang.String description)
- Parameters:
description
- A description for the dataview.- Returns:
- builder
-
environmentId
public KxDataviewState.Builder environmentId(@Nullable com.pulumi.core.Output<java.lang.String> environmentId)
- Parameters:
environmentId
- Unique identifier for the KX environment.- Returns:
- builder
-
environmentId
public KxDataviewState.Builder environmentId(java.lang.String environmentId)
- Parameters:
environmentId
- Unique identifier for the KX environment.- Returns:
- builder
-
lastModifiedTimestamp
public KxDataviewState.Builder lastModifiedTimestamp(@Nullable com.pulumi.core.Output<java.lang.String> lastModifiedTimestamp)
- Parameters:
lastModifiedTimestamp
- The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- builder
-
lastModifiedTimestamp
public KxDataviewState.Builder lastModifiedTimestamp(java.lang.String lastModifiedTimestamp)
- Parameters:
lastModifiedTimestamp
- The last time that the dataview was updated in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.- Returns:
- builder
-
name
public KxDataviewState.Builder name(@Nullable com.pulumi.core.Output<java.lang.String> name)
- Parameters:
name
- A unique identifier for the dataview. The following arguments are optional:- Returns:
- builder
-
name
public KxDataviewState.Builder name(java.lang.String name)
- Parameters:
name
- A unique identifier for the dataview. The following arguments are optional:- Returns:
- builder
-
readWrite
public KxDataviewState.Builder readWrite(@Nullable com.pulumi.core.Output<java.lang.Boolean> readWrite)
- Parameters:
readWrite
- The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews. * You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, `auto_update` must be set as `false` if `read_write` is `true` for a dataview. * You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails. * Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the `read_write` parameter later.- Returns:
- builder
-
readWrite
public KxDataviewState.Builder readWrite(java.lang.Boolean readWrite)
- Parameters:
readWrite
- The option to specify whether you want to make the dataview writable to perform database maintenance. The following are some considerations related to writable dataviews. * You cannot create partial writable dataviews. When you create writeable dataviews you must provide the entire database path. You cannot perform updates on a writeable dataview. Hence, `auto_update` must be set as `false` if `read_write` is `true` for a dataview. * You must also use a unique volume for creating a writeable dataview. So, if you choose a volume that is already in use by another dataview, the dataview creation fails. * Once you create a dataview as writeable, you cannot change it to read-only. So, you cannot update the `read_write` parameter later.- Returns:
- builder
-
segmentConfigurations
public KxDataviewState.Builder segmentConfigurations(@Nullable com.pulumi.core.Output<java.util.List<KxDataviewSegmentConfigurationArgs>> segmentConfigurations)
- Parameters:
segmentConfigurations
- The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.- Returns:
- builder
-
segmentConfigurations
public KxDataviewState.Builder segmentConfigurations(java.util.List<KxDataviewSegmentConfigurationArgs> segmentConfigurations)
- Parameters:
segmentConfigurations
- The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.- Returns:
- builder
-
segmentConfigurations
public KxDataviewState.Builder segmentConfigurations(KxDataviewSegmentConfigurationArgs... segmentConfigurations)
- Parameters:
segmentConfigurations
- The configuration that contains the database path of the data that you want to place on each selected volume. Each segment must have a unique database path for each volume. If you do not explicitly specify any database path for a volume, they are accessible from the cluster through the default S3/object store segment. See segment_configurations below.- Returns:
- builder
-
status
public KxDataviewState.Builder status(@Nullable com.pulumi.core.Output<java.lang.String> status)
-
status
public KxDataviewState.Builder status(java.lang.String status)
-
tags
public KxDataviewState.Builder tags(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tags)
- Parameters:
tags
- Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Returns:
- builder
-
tags
public KxDataviewState.Builder tags(java.util.Map<java.lang.String,java.lang.String> tags)
- Parameters:
tags
- Key-value mapping of resource tags. If configured with a provider `default_tags` configuration block present, tags with matching keys will overwrite those defined at the provider-level.- Returns:
- builder
-
tagsAll
@Deprecated public KxDataviewState.Builder tagsAll(@Nullable com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.String>> tagsAll)
Deprecated.Please use `tags` instead.- Parameters:
tagsAll
- Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.- Returns:
- builder
-
tagsAll
@Deprecated public KxDataviewState.Builder tagsAll(java.util.Map<java.lang.String,java.lang.String> tagsAll)
Deprecated.Please use `tags` instead.- Parameters:
tagsAll
- Map of tags assigned to the resource, including those inherited from the provider `default_tags` configuration block.- Returns:
- builder
-
build
public KxDataviewState build()
-
-