Class KxScalingGroupState.Builder

  • Enclosing class:
    KxScalingGroupState

    public static final class KxScalingGroupState.Builder
    extends java.lang.Object
    • Method Detail

      • arn

        public KxScalingGroupState.Builder arn​(@Nullable
                                               com.pulumi.core.Output<java.lang.String> arn)
        Parameters:
        arn - Amazon Resource Name (ARN) identifier of the KX Scaling Group.
        Returns:
        builder
      • arn

        public KxScalingGroupState.Builder arn​(java.lang.String arn)
        Parameters:
        arn - Amazon Resource Name (ARN) identifier of the KX Scaling Group.
        Returns:
        builder
      • availabilityZoneId

        public KxScalingGroupState.Builder availabilityZoneId​(@Nullable
                                                              com.pulumi.core.Output<java.lang.String> availabilityZoneId)
        Parameters:
        availabilityZoneId - The availability zone identifiers for the requested regions.
        Returns:
        builder
      • availabilityZoneId

        public KxScalingGroupState.Builder availabilityZoneId​(java.lang.String availabilityZoneId)
        Parameters:
        availabilityZoneId - The availability zone identifiers for the requested regions.
        Returns:
        builder
      • clusters

        public KxScalingGroupState.Builder clusters​(@Nullable
                                                    com.pulumi.core.Output<java.util.List<java.lang.String>> clusters)
        Parameters:
        clusters - The list of Managed kdb clusters that are currently active in the given scaling group.
        Returns:
        builder
      • clusters

        public KxScalingGroupState.Builder clusters​(java.util.List<java.lang.String> clusters)
        Parameters:
        clusters - The list of Managed kdb clusters that are currently active in the given scaling group.
        Returns:
        builder
      • clusters

        public KxScalingGroupState.Builder clusters​(java.lang.String... clusters)
        Parameters:
        clusters - The list of Managed kdb clusters that are currently active in the given scaling group.
        Returns:
        builder
      • createdTimestamp

        public KxScalingGroupState.Builder createdTimestamp​(@Nullable
                                                            com.pulumi.core.Output<java.lang.String> createdTimestamp)
        Parameters:
        createdTimestamp - The timestamp at which the scaling group was created 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
      • createdTimestamp

        public KxScalingGroupState.Builder createdTimestamp​(java.lang.String createdTimestamp)
        Parameters:
        createdTimestamp - The timestamp at which the scaling group was created 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
      • environmentId

        public KxScalingGroupState.Builder environmentId​(@Nullable
                                                         com.pulumi.core.Output<java.lang.String> environmentId)
        Parameters:
        environmentId - A unique identifier for the kdb environment, where you want to create the scaling group.
        Returns:
        builder
      • environmentId

        public KxScalingGroupState.Builder environmentId​(java.lang.String environmentId)
        Parameters:
        environmentId - A unique identifier for the kdb environment, where you want to create the scaling group.
        Returns:
        builder
      • hostType

        public KxScalingGroupState.Builder hostType​(@Nullable
                                                    com.pulumi.core.Output<java.lang.String> hostType)
        Parameters:
        hostType - The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. The following arguments are optional:
        Returns:
        builder
      • hostType

        public KxScalingGroupState.Builder hostType​(java.lang.String hostType)
        Parameters:
        hostType - The memory and CPU capabilities of the scaling group host on which FinSpace Managed kdb clusters will be placed. The following arguments are optional:
        Returns:
        builder
      • lastModifiedTimestamp

        public KxScalingGroupState.Builder lastModifiedTimestamp​(@Nullable
                                                                 com.pulumi.core.Output<java.lang.String> lastModifiedTimestamp)
        Parameters:
        lastModifiedTimestamp - Last timestamp at which the scaling group was updated in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
        Returns:
        builder
      • lastModifiedTimestamp

        public KxScalingGroupState.Builder lastModifiedTimestamp​(java.lang.String lastModifiedTimestamp)
        Parameters:
        lastModifiedTimestamp - Last timestamp at which the scaling group was updated in FinSpace. Value determined as epoch time in seconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000.
        Returns:
        builder
      • name

        public KxScalingGroupState.Builder name​(@Nullable
                                                com.pulumi.core.Output<java.lang.String> name)
        Parameters:
        name - Unique name for the scaling group that you want to create.
        Returns:
        builder
      • name

        public KxScalingGroupState.Builder name​(java.lang.String name)
        Parameters:
        name - Unique name for the scaling group that you want to create.
        Returns:
        builder
      • status

        public KxScalingGroupState.Builder status​(@Nullable
                                                  com.pulumi.core.Output<java.lang.String> status)
        Parameters:
        status - The status of scaling group.
        Returns:
        builder
      • status

        public KxScalingGroupState.Builder status​(java.lang.String status)
        Parameters:
        status - The status of scaling group.
        Returns:
        builder
      • statusReason

        public KxScalingGroupState.Builder statusReason​(@Nullable
                                                        com.pulumi.core.Output<java.lang.String> statusReason)
        Parameters:
        statusReason - The error message when a failed state occurs.
        Returns:
        builder
      • statusReason

        public KxScalingGroupState.Builder statusReason​(java.lang.String statusReason)
        Parameters:
        statusReason - The error message when a failed state occurs.
        Returns:
        builder
      • tags

        public KxScalingGroupState.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. You can add up to 50 tags to a scaling group.
        Returns:
        builder
      • tags

        public KxScalingGroupState.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. You can add up to 50 tags to a scaling group.
        Returns:
        builder
      • tagsAll

        @Deprecated
        public KxScalingGroupState.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 KxScalingGroupState.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