Interface DescribeUpdateActionsRequest.Builder

    • Method Detail

      • serviceUpdateName

        DescribeUpdateActionsRequest.Builder serviceUpdateName​(String serviceUpdateName)

        The unique ID of the service update

        Parameters:
        serviceUpdateName - The unique ID of the service update
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationGroupIds

        DescribeUpdateActionsRequest.Builder replicationGroupIds​(Collection<String> replicationGroupIds)

        The replication group IDs

        Parameters:
        replicationGroupIds - The replication group IDs
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • replicationGroupIds

        DescribeUpdateActionsRequest.Builder replicationGroupIds​(String... replicationGroupIds)

        The replication group IDs

        Parameters:
        replicationGroupIds - The replication group IDs
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheClusterIds

        DescribeUpdateActionsRequest.Builder cacheClusterIds​(Collection<String> cacheClusterIds)

        The cache cluster IDs

        Parameters:
        cacheClusterIds - The cache cluster IDs
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • cacheClusterIds

        DescribeUpdateActionsRequest.Builder cacheClusterIds​(String... cacheClusterIds)

        The cache cluster IDs

        Parameters:
        cacheClusterIds - The cache cluster IDs
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • engine

        DescribeUpdateActionsRequest.Builder engine​(String engine)

        The Elasticache engine to which the update applies. Either Valkey, Redis OSS or Memcached.

        Parameters:
        engine - The Elasticache engine to which the update applies. Either Valkey, Redis OSS or Memcached.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceUpdateStatusWithStrings

        DescribeUpdateActionsRequest.Builder serviceUpdateStatusWithStrings​(Collection<String> serviceUpdateStatus)

        The status of the service update

        Parameters:
        serviceUpdateStatus - The status of the service update
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceUpdateStatusWithStrings

        DescribeUpdateActionsRequest.Builder serviceUpdateStatusWithStrings​(String... serviceUpdateStatus)

        The status of the service update

        Parameters:
        serviceUpdateStatus - The status of the service update
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceUpdateStatus

        DescribeUpdateActionsRequest.Builder serviceUpdateStatus​(Collection<ServiceUpdateStatus> serviceUpdateStatus)

        The status of the service update

        Parameters:
        serviceUpdateStatus - The status of the service update
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceUpdateStatus

        DescribeUpdateActionsRequest.Builder serviceUpdateStatus​(ServiceUpdateStatus... serviceUpdateStatus)

        The status of the service update

        Parameters:
        serviceUpdateStatus - The status of the service update
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • serviceUpdateTimeRange

        DescribeUpdateActionsRequest.Builder serviceUpdateTimeRange​(TimeRangeFilter serviceUpdateTimeRange)

        The range of time specified to search for service updates that are in available status

        Parameters:
        serviceUpdateTimeRange - The range of time specified to search for service updates that are in available status
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateActionStatusWithStrings

        DescribeUpdateActionsRequest.Builder updateActionStatusWithStrings​(Collection<String> updateActionStatus)

        The status of the update action.

        Parameters:
        updateActionStatus - The status of the update action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateActionStatusWithStrings

        DescribeUpdateActionsRequest.Builder updateActionStatusWithStrings​(String... updateActionStatus)

        The status of the update action.

        Parameters:
        updateActionStatus - The status of the update action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateActionStatus

        DescribeUpdateActionsRequest.Builder updateActionStatus​(Collection<UpdateActionStatus> updateActionStatus)

        The status of the update action.

        Parameters:
        updateActionStatus - The status of the update action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updateActionStatus

        DescribeUpdateActionsRequest.Builder updateActionStatus​(UpdateActionStatus... updateActionStatus)

        The status of the update action.

        Parameters:
        updateActionStatus - The status of the update action.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • showNodeLevelUpdateStatus

        DescribeUpdateActionsRequest.Builder showNodeLevelUpdateStatus​(Boolean showNodeLevelUpdateStatus)

        Dictates whether to include node level update status in the response

        Parameters:
        showNodeLevelUpdateStatus - Dictates whether to include node level update status in the response
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeUpdateActionsRequest.Builder maxRecords​(Integer maxRecords)

        The maximum number of records to include in the response

        Parameters:
        maxRecords - The maximum number of records to include in the response
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • marker

        DescribeUpdateActionsRequest.Builder marker​(String marker)

        An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.

        Parameters:
        marker - An optional marker returned from a prior request. Use this marker for pagination of results from this operation. If this parameter is specified, the response includes only records beyond the marker, up to the value specified by MaxRecords.
        Returns:
        Returns a reference to this object so that method calls can be chained together.