Class PostVotingConfigExclusionsRequest.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • nodeIds

        public final PostVotingConfigExclusionsRequest.Builder nodeIds​(java.util.List<java.lang.String> list)
        A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify node_names.

        API name: node_ids

        Adds all elements of list to nodeIds.

      • nodeIds

        public final PostVotingConfigExclusionsRequest.Builder nodeIds​(java.lang.String value,
                                                                       java.lang.String... values)
        A comma-separated list of the persistent ids of the nodes to exclude from the voting configuration. If specified, you may not also specify node_names.

        API name: node_ids

        Adds one or more values to nodeIds.

      • nodeNames

        public final PostVotingConfigExclusionsRequest.Builder nodeNames​(java.util.List<java.lang.String> list)
        A comma-separated list of the names of the nodes to exclude from the voting configuration. If specified, you may not also specify node_ids.

        API name: node_names

        Adds all elements of list to nodeNames.

      • nodeNames

        public final PostVotingConfigExclusionsRequest.Builder nodeNames​(java.lang.String value,
                                                                         java.lang.String... values)
        A comma-separated list of the names of the nodes to exclude from the voting configuration. If specified, you may not also specify node_ids.

        API name: node_names

        Adds one or more values to nodeNames.

      • timeout

        public final PostVotingConfigExclusionsRequest.Builder timeout​(@Nullable
                                                                       Time value)
        When adding a voting configuration exclusion, the API waits for the specified nodes to be excluded from the voting configuration before returning. If the timeout expires before the appropriate condition is satisfied, the request fails and returns an error.

        API name: timeout

      • timeout

        public final PostVotingConfigExclusionsRequest.Builder timeout​(java.util.function.Function<Time.Builder,​ObjectBuilder<Time>> fn)
        When adding a voting configuration exclusion, the API waits for the specified nodes to be excluded from the voting configuration before returning. If the timeout expires before the appropriate condition is satisfied, the request fails and returns an error.

        API name: timeout